Doctrine\OrientDB\Binding\Client\Http\EmptyResponseException::getClient PHP Method

getClient() public method

Returns the client instance that generated the exception.
public getClient ( ) : mixed
return mixed
    public function getClient()
    {
        return $this->client;
    }