Exception: AdventOfCodeGenerator::MissingInputFileError

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

Instance Method Summary collapse

Instance Method Details

#messageObject



28
29
30
# File 'lib/advent_of_code_generator/utils/error.rb', line 28

def message
  "There is no input file to read. Please run generate command first"
end