Exception: AdventOfCodeGenerator::InvalidYearError

Inherits:
Error
  • Object
show all
Defined in:
lib/advent_of_code_generator/utils/error.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



16
17
18
# File 'lib/advent_of_code_generator/utils/error.rb', line 16

def message
  "Please insert a valid year between the first iteration of 2015 and current year."
end