Exception: Jimson::ClientError::InternalError

Inherits:
Exception
  • Object
show all
Defined in:
lib/jimson/client_error.rb

Instance Method Summary collapse

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