class RuntimeException in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/symfony/yaml/Exception/RuntimeException.php \Symfony\Component\Yaml\Exception\RuntimeException
Exception class thrown when an error occurs during parsing.
@author Romain Neutron <imprec@gmail.com>
Hierarchy
- class \Symfony\Component\Yaml\Exception\RuntimeException implements ExceptionInterface
- class \Symfony\Component\Yaml\Exception\RuntimeException implements ExceptionInterface
Expanded class hierarchy of RuntimeException
File
- vendor/
symfony/ yaml/ Symfony/ Component/ Yaml/ Exception/ RuntimeException.php, line 19
Namespace
Symfony\Component\Yaml\ExceptionView source
class RuntimeException extends \RuntimeException implements ExceptionInterface {
}