Exception: JRPC::MethodNotFound

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

Instance Attribute Summary

Attributes inherited from ServerError

#code

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ MethodNotFound

Returns a new instance of MethodNotFound.



4
5
6
# File 'lib/jrpc/error/method_not_found.rb', line 4

def initialize(message)
  super(message, -32601)
end