/opt/alt/php55/usr/share/pear/Symfony/Component/DependencyInjection/Exception
NameSizeModeActions
BadMethodCallException.php4680644editdlrm
ExceptionInterface.php5140644editdlrm
InactiveScopeException.php10060644editdlrm
InvalidArgumentException.php5370644editdlrm
LogicException.php4440644editdlrm
OutOfBoundsException.php4620644editdlrm
ParameterCircularReferenceException.php9280644editdlrm
ParameterNotFoundException.php27540644editdlrm
RuntimeException.php5070644editdlrm
ScopeCrossingInjectionException.php19570644editdlrm
ScopeWideningInjectionException.php19430644editdlrm
ServiceCircularReferenceException.php10110644editdlrm
ServiceNotFoundException.php14690644editdlrm
Edit: /opt/alt/php55/usr/share/pear/Symfony/Component/DependencyInjection/Exception/RuntimeException.php (507B)
* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Exception; /** * Base RuntimeException for Dependency Injection component. * * @author Johannes M. Schmitt */ class RuntimeException extends \RuntimeException implements ExceptionInterface { }