PHP Class Sulu\Component\Content\Template\Exception\TemplateException

Inheritance: extends Exceptio\Exception
Show file Open project: sulu/sulu

Protected Properties

Property Type Description
$template string The template causing the error.

Public Methods

Method Description
__construct ( string $template, $message = '' )
getTemplate ( ) : string Returns the template causing the error.

Method Details

__construct() public method

public __construct ( string $template, $message = '' )
$template string The template causing the error

getTemplate() public method

Returns the template causing the error.
public getTemplate ( ) : string
return string

Property Details

$template protected property

The template causing the error.
protected string $template
return string