Exception: AdventOfCodeGenerator::InvalidYearError
- Defined in:
- lib/advent_of_code_generator/utils/error.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
16 17 18 |
# File 'lib/advent_of_code_generator/utils/error.rb', line 16 def "Please insert a valid year between the first iteration of 2015 and current year." end |