Zend\Mvc\View\Http\ExceptionStrategy::getExceptionTemplate PHP Method

getExceptionTemplate() public method

Retrieve the exception template
public getExceptionTemplate ( ) : string
return string
    public function getExceptionTemplate()
    {
        return $this->exceptionTemplate;
    }