Exception: JRPC::Errors::MalformedResponseError
- Inherits:
-
ServerError
- Object
- RuntimeError
- Error
- ServerError
- JRPC::Errors::MalformedResponseError
- Defined in:
- lib/jrpc/errors.rb
Instance Attribute Summary
Attributes inherited from ServerError
Instance Method Summary collapse
-
#initialize(message) ⇒ MalformedResponseError
constructor
A new instance of MalformedResponseError.
Constructor Details
#initialize(message) ⇒ MalformedResponseError
Returns a new instance of MalformedResponseError.
24 25 26 |
# File 'lib/jrpc/errors.rb', line 24 def initialize() super(, code: nil) end |