Exception: Jimson::Server::Error::InternalError
- Inherits:
-
Jimson::Server::Error
- Object
- StandardError
- Jimson::Server::Error
- Jimson::Server::Error::InternalError
- Defined in:
- lib/jimson/server/error.rb
Constant Summary
Constants inherited from Jimson::Server::Error
Instance Attribute Summary
Attributes inherited from Jimson::Server::Error
Instance Method Summary collapse
-
#initialize(e) ⇒ InternalError
constructor
A new instance of InternalError.
Methods inherited from Jimson::Server::Error
Constructor Details
#initialize(e) ⇒ InternalError
Returns a new instance of InternalError.
44 45 46 |
# File 'lib/jimson/server/error.rb', line 44 def initialize(e) super(-32603, "Internal server error: #{e}") end |