Exception: AocCli::Errors::PartNil
- Inherits:
-
StandardError
- Object
- StandardError
- AocCli::Errors::PartNil
- Defined in:
- lib/aoc_cli/errors.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
85 86 87 88 89 90 |
# File 'lib/aoc_cli/errors.rb', line 85 def <<~error #{ERROR}: No part value. Check the .meta file or pass it manually with the #{"-p".yellow} or #{"--part".yellow} flags error end |