Exception: AdventOfCodeGenerator::MissingSolutionFileError
- Defined in:
- lib/advent_of_code_generator/utils/error.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
22 23 24 |
# File 'lib/advent_of_code_generator/utils/error.rb', line 22 def "There is no solution file to execute. Please run generate command first" end |