Exception: Jimson::ServerError::MethodNotFound

Inherits:
Generic
  • Object
show all
Defined in:
lib/jimson/server_error.rb

Instance Attribute Summary

Attributes inherited from Generic

#code, #message

Instance Method Summary collapse

Methods inherited from Generic

#to_h

Constructor Details

#initializeMethodNotFound

Returns a new instance of MethodNotFound.



33
34
35
# File 'lib/jimson/server_error.rb', line 33

def initialize
  super(-32601, 'Method not found.')
end