\Box\Brainy\ExceptionsBrainyStrictModeException

Exception used to indicate a violation of Strict Mode.

Summary

Methods
Properties
Constants
No public methods found
$line
$source
$desc
$template
$escape
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$line

$line : integer|null

The line number of the template error

Type

integer|null

$source

$source : string|null

The template source snippet relating to the error

Type

string|null

$desc

$desc : string|null

The raw text of the error message

Type

string|null

$template

$template : string|null

The resource identifier or template name

Type

string|null

$escape

$escape : boolean

Whether to HTML escape the contents of the exception.

Type

boolean