Exception: Jimson::ServerError::InternalError
- Defined in:
- lib/jimson/server_error.rb
Instance Attribute Summary
Attributes inherited from Generic
Instance Method Summary collapse
-
#initialize ⇒ InternalError
constructor
A new instance of InternalError.
Methods inherited from Generic
Constructor Details
#initialize ⇒ InternalError
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 |