Exception: ECB::Exchange::DateNotFoundError
- Defined in:
- lib/ecb/exchange/errors.rb
Instance Method Summary collapse
-
#initialize(date) ⇒ DateNotFoundError
constructor
A new instance of DateNotFoundError.
Constructor Details
#initialize(date) ⇒ DateNotFoundError
Returns a new instance of DateNotFoundError.
8 9 10 |
# File 'lib/ecb/exchange/errors.rb', line 8 def initialize(date) super("#{date} is missing or unavailable") end |