Exception: Timeprice::DataNotFound

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

Overview

Raised when a CPI or FX lookup has no usable data point.

Instance Method Summary collapse

Constructor Details

#initialize(message = "Data not found") ⇒ DataNotFound

Returns a new instance of DataNotFound.



43
44
45
# File 'lib/timeprice/errors.rb', line 43

def initialize(message = "Data not found")
  super
end