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;
    }