Exception: Darwinex::Api::ThrottledError

Inherits:
Error
  • Object
show all
Defined in:
lib/darwinex/api/throttled_error.rb

Instance Attribute Summary

Attributes inherited from Error

#response

Instance Method Summary collapse

Constructor Details

#initialize(msg, response) ⇒ ThrottledError

Returns a new instance of ThrottledError.



7
8
9
# File 'lib/darwinex/api/throttled_error.rb', line 7

def initialize(msg, response)
  super(msg, response: response)
end