Exception: ECB::Exchange::ResponseError
- Defined in:
- lib/ecb/exchange/errors.rb
Instance Method Summary collapse
-
#initialize(url, error_details) ⇒ ResponseError
constructor
A new instance of ResponseError.
Constructor Details
#initialize(url, error_details) ⇒ ResponseError
Returns a new instance of ResponseError.
18 19 20 |
# File 'lib/ecb/exchange/errors.rb', line 18 def initialize(url, error_details) super("fetching '#{url}' failed - #{error_details}") end |