gl-website-deployer/vendor/renanbr/bibtex-parser/src/Exception/ExceptionInterface.php
2024-11-23 21:32:22 +01:00

19 lines
365 B
PHP

<?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;
/**
* Interface for package exceptions.
*/
interface ExceptionInterface
{
}