class RuntimeError
Exception thrown when an error occurs at runtime.
@author Fabien Potencier <fabien@symfony.com>
Hierarchy
- class \Twig\Error\Error extends \Twig\Error\Exception
- class \Twig\Error\RuntimeError extends \Twig\Error\Error
Expanded class hierarchy of RuntimeError
6 files declare their use of RuntimeError
- CoreExtension.php in vendor/
twig/ twig/ src/ Extension/ CoreExtension.php - Environment.php in vendor/
twig/ twig/ src/ Environment.php - EscaperRuntime.php in vendor/
twig/ twig/ src/ Runtime/ EscaperRuntime.php - ExtensionSet.php in vendor/
twig/ twig/ src/ ExtensionSet.php - Template.php in vendor/
twig/ twig/ src/ Template.php
File
-
vendor/
twig/ twig/ src/ Error/ RuntimeError.php, line 20
Namespace
Twig\ErrorView source
class RuntimeError extends Error {
}