Exception: AdventOfCodeGenerator::Error

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

Instance Method Summary collapse

Instance Method Details

#messageObject

Raises:

  • (NotImplementedError)


4
5
6
# File 'lib/advent_of_code_generator/utils/error.rb', line 4

def message
  raise NotImplementedError
end