/home/techb158/ileadtechnology.com/SSM/vendor/symfony/translation/Exception
NameSizeModeActions
ExceptionInterface.php4690644editdlrm
InvalidArgumentException.php5210644editdlrm
InvalidResourceException.php4930644editdlrm
LogicException.php4870644editdlrm
NotFoundResourceException.php4920644editdlrm
RuntimeException.php4970644editdlrm
Edit: /home/techb158/ileadtechnology.com/SSM/vendor/symfony/translation/Exception/LogicException.php (487B)
* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Translation\Exception; /** * Base LogicException for Translation component. * * @author Abdellatif Ait boudad */ class LogicException extends \LogicException implements ExceptionInterface { }