class Twig_Sandbox_SecurityError in Translation template extractor 6.3
Same name and namespace in other branches
- 7.3 vendor/Twig/Sandbox/SecurityError.php \Twig_Sandbox_SecurityError
Exception thrown when a security error occurs at runtime.
@author Fabien Potencier <fabien@symfony.com>
Hierarchy
- class \Twig_Error extends \Exception
- class \Twig_Sandbox_SecurityError
Expanded class hierarchy of Twig_Sandbox_SecurityError
File
- vendor/
Twig/ Sandbox/ SecurityError.php, line 17
View source
class Twig_Sandbox_SecurityError 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 | 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 | ||
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 | ||
Twig_Error:: |
public | function | For PHP < 5.3.0, provides access to the getPrevious() method. | |
Twig_Error:: |
public | function | Constructor. | 4 |