Exception: JRPC::Errors::MalformedResponseError

Inherits:
ServerError show all
Defined in:
lib/jrpc/errors.rb

Instance Attribute Summary

Attributes inherited from ServerError

#code

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ MalformedResponseError

Returns a new instance of MalformedResponseError.



24
25
26
# File 'lib/jrpc/errors.rb', line 24

def initialize(message)
  super(message, code: nil)
end