Exception: ExchangeRatesAPI::RequestError
- Defined in:
- lib/exchangeratesapi/errors.rb
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(message = nil, error_response: nil) ⇒ RequestError
constructor
A new instance of RequestError.
Constructor Details
#initialize(message = nil, error_response: nil) ⇒ RequestError
Returns a new instance of RequestError.
14 15 16 |
# File 'lib/exchangeratesapi/errors.rb', line 14 def initialize( = nil, error_response: nil) super(, error_response: error_response) end |