Exception: AdventOfCodeGenerator::MissingSolutionFileError

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

Instance Method Summary collapse

Instance Method Details

#messageObject



22
23
24
# File 'lib/advent_of_code_generator/utils/error.rb', line 22

def message
  "There is no solution file to execute. Please run generate command first"
end