Exception: AdventOfCodeGenerator::MissingInputFileError
- Defined in:
- lib/advent_of_code_generator/utils/error.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
28 29 30 |
# File 'lib/advent_of_code_generator/utils/error.rb', line 28 def "There is no input file to read. Please run generate command first" end |