Exception: HolidayCo::YearDataNotAvailableError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/holiday_co/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



5
6
7
# File 'lib/holiday_co/errors.rb', line 5

def message
  "Colombian holidays can only be calculated for years #{AVAILABLE_YEARS.first} through #{AVAILABLE_YEARS.last}."
end