StackFormation\TemplateDecodeException::__construct PHP Метод

__construct() публичный Метод

public __construct ( $templateFile, $message, Exception $previous = null )
$previous Exception
    public function __construct($templateFile, $message, \Exception $previous = null)
    {
        parent::__construct($message, 0, $previous);
        $this->templateFile = $templateFile;
    }
TemplateDecodeException