RuntimeException.php in Zircon Profile 8.0
Same filename in this branch
- 8.0 vendor/sebastian/global-state/src/RuntimeException.php
- 8.0 vendor/symfony/process/Exception/RuntimeException.php
- 8.0 vendor/symfony/validator/Exception/RuntimeException.php
- 8.0 vendor/symfony/dependency-injection/Exception/RuntimeException.php
- 8.0 vendor/symfony/yaml/Exception/RuntimeException.php
- 8.0 vendor/symfony/serializer/Exception/RuntimeException.php
- 8.0 vendor/zendframework/zend-feed/src/Exception/RuntimeException.php
- 8.0 vendor/zendframework/zend-escaper/src/Exception/RuntimeException.php
- 8.0 vendor/zendframework/zend-stdlib/src/Exception/RuntimeException.php
- 8.0 vendor/zendframework/zend-hydrator/src/Exception/RuntimeException.php
- 8.0 vendor/zendframework/zend-feed/src/PubSubHubbub/Exception/RuntimeException.php
- 8.0 vendor/zendframework/zend-feed/src/Reader/Exception/RuntimeException.php
- 8.0 vendor/zendframework/zend-feed/src/Writer/Exception/RuntimeException.php
- 8.0 vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Exception/RuntimeException.php
Same filename and directory in other branches
Namespace
Symfony\Component\Yaml\ExceptionFile
vendor/symfony/yaml/Exception/RuntimeException.phpView source
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Yaml\Exception;
/**
* Exception class thrown when an error occurs during parsing.
*
* @author Romain Neutron <imprec@gmail.com>
*/
class RuntimeException extends \RuntimeException implements ExceptionInterface {
}
Classes
Name | Description |
---|---|
RuntimeException | Exception class thrown when an error occurs during parsing. |