Exception: KazeClient::Error::InternalServerError
- Defined in:
- lib/kaze_client/error/internal_server_error.rb
Overview
Generic 500 error sent by Kaze server
Constant Summary
Constants inherited from Generic
Instance Attribute Summary
Attributes inherited from Generic
Instance Method Summary collapse
-
#initialize(msg = 'An unknown error occured') ⇒ InternalServerError
constructor
A new instance of InternalServerError.
Constructor Details
#initialize(msg = 'An unknown error occured') ⇒ InternalServerError
Returns a new instance of InternalServerError.
11 12 13 |
# File 'lib/kaze_client/error/internal_server_error.rb', line 11 def initialize(msg='An unknown error occured') super(message: msg) end |