think\exception\TemplateNotFoundException::__construct PHP Method

__construct() public method

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