Zend\Mvc\View\Http\ExceptionStrategy::getExceptionTemplate PHP Méthode

getExceptionTemplate() public méthode

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