Exception: Timeprice::DataNotFound
- Defined in:
- lib/timeprice/errors.rb
Overview
Raised when a CPI or FX lookup has no usable data point.
Instance Method Summary collapse
-
#initialize(message = "Data not found") ⇒ DataNotFound
constructor
A new instance of DataNotFound.
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( = "Data not found") super end |