Exception: AstrologicalForecast::IncorrectPeriod

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

Instance Method Summary collapse

Instance Method Details

#messageObject



20
21
22
# File 'lib/astrological_forecast/errors.rb', line 20

def message
  "Некорректный период прогнозирования (см. #{OPTIONS_PERIOD})"
end