class Twig_Error_Runtime in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/twig/twig/lib/Twig/Error/Runtime.php \Twig_Error_Runtime
Exception thrown when an error occurs at runtime.
@author Fabien Potencier <fabien@symfony.com>
Hierarchy
- class \Twig_Error extends \Exception
- class \Twig_Error_Runtime
Expanded class hierarchy of Twig_Error_Runtime
File
- vendor/
twig/ twig/ lib/ Twig/ Error/ Runtime.php, line 18
View source
class Twig_Error_Runtime extends Twig_Error {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Twig_Error:: |
protected | property | ||
Twig_Error:: |
protected | property | ||
Twig_Error:: |
protected | property | ||
Twig_Error:: |
protected | property | ||
Twig_Error:: |
public | function | ||
Twig_Error:: |
public | function | Gets the raw message. | |
Twig_Error:: |
public | function | Gets the filename where the error occurred. | |
Twig_Error:: |
public | function | Gets the template line where the error occurred. | |
Twig_Error:: |
public | function | ||
Twig_Error:: |
protected | function | @internal | |
Twig_Error:: |
public | function | Sets the filename where the error occurred. | |
Twig_Error:: |
public | function | Sets the template line where the error occurred. | |
Twig_Error:: |
protected | function | @internal | |
Twig_Error:: |
public | function | For PHP < 5.3.0, provides access to the getPrevious() method. | |
Twig_Error:: |
public | function | Constructor. | 4 |