ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Exception thrown when an error occurs at runtime. More...
Additional Inherited Members | |
Public Member Functions inherited from Twig_Error | |
__construct ($message, $lineno=-1, $source=null, Exception $previous=null) | |
Constructor. More... | |
getRawMessage () | |
Gets the raw message. More... | |
getTemplateFile () | |
Gets the logical name where the error occurred. More... | |
setTemplateFile ($name) | |
Sets the logical name where the error occurred. More... | |
getTemplateName () | |
Gets the logical name where the error occurred. More... | |
setTemplateName ($name) | |
Sets the logical name where the error occurred. More... | |
getTemplateLine () | |
Gets the template line where the error occurred. More... | |
setTemplateLine ($lineno) | |
Sets the template line where the error occurred. More... | |
getSourceContext () | |
Gets the source context of the Twig template where the error occurred. More... | |
setSourceContext (Twig_Source $source=null) | |
Sets the source context of the Twig template where the error occurred. More... | |
guess () | |
__call ($method, $arguments) | |
For PHP < 5.3.0, provides access to the getPrevious() method. More... | |
appendMessage ($rawMessage) | |
Protected Member Functions inherited from Twig_Error | |
updateRepr () | |
guessTemplateInfo () | |
Protected Attributes inherited from Twig_Error | |
$lineno | |
$filename | |
$rawMessage | |
$previous | |
Exception thrown when an error occurs at runtime.
Definition at line 18 of file Runtime.php.