think\exception\TemplateNotFoundException::__construct PHP Метод

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

public __construct ( $message, $template = '' )
    public function __construct($message, $template = '')
    {
        $this->message = $message;
        $this->template = $template;
    }
TemplateNotFoundException