Exception: ECB::Exchange::DateNotFoundError

Inherits:
Error
  • Object
show all
Defined in:
lib/ecb/exchange/errors.rb

Instance Method Summary collapse

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