class RuntimeException in Translation template extractor 6.3
Same name and namespace in other branches
- 7.3 vendor/Symfony/Component/Yaml/Exception/RuntimeException.php \Symfony\Component\Yaml\Exception\RuntimeException
- 7.2 vendor/Symfony/Component/Yaml/Exception/RuntimeException.php \Symfony\Component\Yaml\Exception\RuntimeException
Exception class thrown when an error occurs during parsing.
@author Romain Neutron <imprec@gmail.com>
@api
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/ Component/ Yaml/ Exception/ RuntimeException.php, line 21
Namespace
Symfony\Component\Yaml\ExceptionView source
class RuntimeException extends \RuntimeException implements ExceptionInterface {
}