Exception: Jimson::ClientError::InternalError
- Inherits:
-
Exception
- Object
- Exception
- Jimson::ClientError::InternalError
- Defined in:
- lib/jimson/client_error.rb
Instance Method Summary collapse
-
#initialize(e) ⇒ InternalError
constructor
A new instance of InternalError.
Constructor Details
#initialize(e) ⇒ InternalError
Returns a new instance of InternalError.
16 17 18 |
# File 'lib/jimson/client_error.rb', line 16 def initialize(e) super("An internal client error occurred when processing the request: #{e}\n#{e.backtrace.join("\n")}") end |