Exception: Fsrs::InvalidDateError

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

Overview

An error for invalidate dates

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Date must be UTC and timezone-aware") ⇒ InvalidDateError

Returns a new instance of InvalidDateError.



17
18
19
# File 'lib/fsrs.rb', line 17

def initialize(msg = "Date must be UTC and timezone-aware")
  super
end