ezcTemplateRuntimeException is thrown when an error occurs while executing a template. For example when a {use} variable without a default value is not given.
Source for this file: /Template/src/exceptions/runtime_exception.php
Exception | --ezcBaseException | --ezcTemplateException | --ezcTemplateRuntimeException
Version: | //autogen// |
From ezcBaseException | |
---|---|
public |
ezcBaseException::$originalMessage
|
From Exception (Internal Class) | |
protected |
$code
|
protected |
$file
|
protected |
$line
|
protected |
$message
|
private |
$previous
|
private |
$string
|
private |
$trace
|
public ezcTemplateRuntimeException |
__construct(
$msg
)
Constructs a template runtime exception with message $msg. |
From ezcTemplateException | |
---|---|
public ezcTemplateException |
ezcTemplateException::__construct()
Constructs a new ezcTemplateException with error message $message. |
From ezcBaseException | |
public ezcBaseException |
ezcBaseException::__construct()
Constructs a new ezcBaseException with $message |
From Exception (Internal Class) | |
public Exception |
constructor __construct ( [$message = ], [$code = ], [$previous = ] )
|
public void |
getCode ( )
|
public void |
getFile ( )
|
public void |
getLine ( )
|
public void |
getMessage ( )
|
public void |
getPrevious ( )
|
public void |
getTrace ( )
|
public void |
getTraceAsString ( )
|
public void |
__clone ( )
|
public void |
__toString ( )
|
Constructs a template runtime exception with message $msg.
Name | Type | Description |
---|---|---|
$msg |
string |
Method | Description |
---|---|
ezcTemplateException::__construct() |
Constructs a new ezcTemplateException with error message $message. |