Ergo\Error\AbstractErrorHandler::isExceptionHalting PHP Метод

isExceptionHalting() защищенный Метод

Determines whether the exception should halt execution
protected isExceptionHalting ( $e ) : boolean
Результат boolean
    protected function isExceptionHalting($e)
    {
        return true;
    }