Exception: Jimson::ServerError::InternalError

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

#initializeInternalError

Returns a new instance of InternalError.



45
46
47
# File 'lib/jimson/server_error.rb', line 45

def initialize
  super(-32603, 'Internal server error.')
end