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

displayExceptions() public méthode

Should we display exceptions in error pages?
public displayExceptions ( ) : boolean
Résultat boolean
    public function displayExceptions()
    {
        return $this->displayExceptions;
    }