Exception: RedisRpc::MalformedResponseException

Inherits:
RemoteException
  • Object
show all
Defined in:
lib/redis-rpc.rb

Instance Attribute Summary

Attributes inherited from RemoteException

#remote_backtrace

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ MalformedResponseException

Returns a new instance of MalformedResponseException.



35
36
37
# File 'lib/redis-rpc.rb', line 35

def initialize(response)
  super "Malformed RPC Response message: #{response.inspect}", []
end