Exception: ActiveRecall::FSRS::Internal::InvalidDateError
- Inherits:
-
StandardError
- Object
- StandardError
- ActiveRecall::FSRS::Internal::InvalidDateError
- Defined in:
- lib/active_recall/algorithms/fsrs/internal.rb
Instance Method Summary collapse
-
#initialize(msg = "Date must be UTC and timezone-aware") ⇒ InvalidDateError
constructor
A new instance of InvalidDateError.
Constructor Details
#initialize(msg = "Date must be UTC and timezone-aware") ⇒ InvalidDateError
Returns a new instance of InvalidDateError.
23 24 25 |
# File 'lib/active_recall/algorithms/fsrs/internal.rb', line 23 def initialize(msg = "Date must be UTC and timezone-aware") super end |