Class SmartyCompilerException
Smarty compiler exception class
- Exception
- SmartyException
- SmartyCompilerException
Package: Smarty
Copyright: 2008 New Digital Group, Inc.
Author: Monte Ohrt
Author: Uwe Tews
Author: Rodney Rehm
Located at plugins/smarty/smarty_source/Smarty.class.php
Copyright: 2008 New Digital Group, Inc.
Author: Monte Ohrt
Author: Uwe Tews
Author: Rodney Rehm
Located at plugins/smarty/smarty_source/Smarty.class.php
public
|
__construct(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
|
public
|
$line
The line number of the template error |
#
null
|
public
|
$source
The template source snippet relating to the error |
#
null
|
public
|
$desc
The raw text of the error message |
#
null
|
public
|
$template
The resource identifier or template name |
#
null
|
$escape
|
$code,
$file,
$message
|