Ergo\Error\AbstractErrorHandler::isExceptionHalting PHP Method

isExceptionHalting() protected method

Determines whether the exception should halt execution
protected isExceptionHalting ( $e ) : boolean
return boolean
    protected function isExceptionHalting($e)
    {
        return true;
    }