Файл: gapps/vendor/classpreloader/classpreloader/src/Exceptions/FileConstantException.php
Строк: 21
<?php
/*
* This file is part of Class Preloader.
*
* (c) Graham Campbell <graham@alt-three.com>
* (c) Michael Dowling <mtdowling@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace ClassPreloaderExceptions;
use Exception;
/**
* This is the file constant exception class.
*/
class FileConstantException extends Exception implements VisitorExceptionInterface
{
//
}