extends |
SmartyException |
|---|
Smarty compiler exception class
| Methods | ||
|---|---|---|
public
|
__toString(): string
Overrides |
# |
| Methods inherited from Exception |
|---|
__construct(), __wakeup(), getMessage(), getCode(), getFile(), getLine(), getTrace(), getPrevious(), getTraceAsString(), |
| Properties | |||
|---|---|---|---|
public
|
|
$line = null
The line number of the template error
The line number of the template error |
# |
public
|
|
$source = null
The template source snippet relating to the error
The template source snippet relating to the error |
# |
public
|
|
$desc = null
The raw text of the error message
The raw text of the error message |
# |
public
|
|
$template = null
The resource identifier or template name
The resource identifier or template name |
# |
| Properties inherited from SmartyException |
|---|
$escape |