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

displayExceptions() public method

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