Exception: RedisRpc::MalformedResponseException
- Inherits:
- 
      RemoteException
      
        - Object
- Exception
- RemoteException
- RedisRpc::MalformedResponseException
 
- Defined in:
- lib/redis-rpc.rb
Instance Attribute Summary
Attributes inherited from RemoteException
Instance Method Summary collapse
- 
  
    
      #initialize(response)  ⇒ MalformedResponseException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of MalformedResponseException. 
Constructor Details
#initialize(response) ⇒ MalformedResponseException
Returns a new instance of MalformedResponseException.
| 33 34 35 | # File 'lib/redis-rpc.rb', line 33 def initialize(response) super "Malformed RPC Response message: #{response.inspect}" end |