%PDF- %PDF-
Direktori : /var/www/html/car_rent/vendor/classpreloader/classpreloader/src/Exceptions/ |
Current File : /var/www/html/car_rent/vendor/classpreloader/classpreloader/src/Exceptions/DirConstantException.php |
<?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 ClassPreloader\Exceptions; use Exception; /** * This is the dir constant exception class. */ class DirConstantException extends Exception implements VisitorExceptionInterface { // }