Zend\Mvc\View\Http\ExceptionStrategy::displayExceptions PHP Метод

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

Should we display exceptions in error pages?
public displayExceptions ( ) : boolean
Результат boolean
    public function displayExceptions()
    {
        return $this->displayExceptions;
    }