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