Exception: JRPC::InternalError
- Inherits:
-
ServerError
- Object
- RuntimeError
- Error
- ServerError
- JRPC::InternalError
- Defined in:
- lib/jrpc/error/internal_error.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.
4 5 6 |
# File 'lib/jrpc/error/internal_error.rb', line 4 def initialize() super(, -32603) end |