Predis\Pipeline\Pipeline::throwServerExceptions PHP Метод

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

Returns if the pipeline should throw exceptions on server errors.
protected throwServerExceptions ( ) : boolean
Результат boolean
    protected function throwServerExceptions()
    {
        return (bool) $this->client->getOptions()->exceptions;
    }