Exception: TimeWise::Errors::MissingDatesError

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

Overview

Raised when attempting to access dates on a time series without date information

Instance Method Summary collapse

Constructor Details

#initialize(msg = "This operation requires date information, but the time series has no dates") ⇒ MissingDatesError

Returns a new instance of MissingDatesError.



10
11
12
# File 'lib/time_wise/errors.rb', line 10

def initialize(msg = "This operation requires date information, but the time series has no dates")
  super
end