Exception: JRPC::Errors::MethodNotFound

Inherits:
ServerError show all
Defined in:
lib/jrpc/errors.rb

Instance Attribute Summary

Attributes inherited from ServerError

#code

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ MethodNotFound

Returns a new instance of MethodNotFound.



42
43
44
# File 'lib/jrpc/errors.rb', line 42

def initialize(message)
  super(message, code: -32_601)
end