Exception: SOF::TimeSpan::InvalidPeriod

Inherits:
StandardError
  • Object
show all
Defined in:
lib/sof/time_span.rb

Overview

TimeSpan objects map Cycle notations to behaviors for their periods

For example:

'M' => TimeSpan::DatePeriod::Month
'Y' => TimeSpan::DatePeriod::Year

Read each DatePeriod subclass for more information.