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) ⇒ InternalError
constructor
A new instance of InternalError.
Constructor Details
#initialize(message) ⇒ InternalError
Returns a new instance of InternalError.
54 55 56 |
# File 'lib/jrpc/errors.rb', line 54 def initialize() super(, code: -32_603) end |