Update website
This commit is contained in:
parent
ab8f293d68
commit
ec39d37f63
24 changed files with 28 additions and 85 deletions
18
vendor/lavaux/bibtex-parser/src/Exception/ProcessorException.php
vendored
Normal file
18
vendor/lavaux/bibtex-parser/src/Exception/ProcessorException.php
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of the BibTex Parser.
|
||||
*
|
||||
* (c) Renan de Lima Barbosa <renandelima@gmail.com>
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace RenanBr\BibTexParser\Exception;
|
||||
|
||||
use Exception;
|
||||
|
||||
class ProcessorException extends Exception implements ExceptionInterface
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue