Exception: AocCli::Errors::PartNil

Inherits:
StandardError
  • Object
show all
Defined in:
lib/aoc_cli/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



85
86
87
88
89
90
# File 'lib/aoc_cli/errors.rb', line 85

def message
	<<~error
	#{ERROR}: No part value.
	Check the .meta file or pass it manually with the #{"-p".yellow} or #{"--part".yellow} flags
	error
end