Exception: Jimson::ServerError::InvalidParams

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

#initializeInvalidParams

Returns a new instance of InvalidParams.



39
40
41
# File 'lib/jimson/server_error.rb', line 39

def initialize
  super(-32602, 'Invalid method parameter(s).')
end