Exception: ActiveRecall::FSRS::Internal::InvalidDateError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/active_recall/algorithms/fsrs/internal.rb

Instance Method Summary collapse

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