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