Exception: AocCli::Errors::ConfigExist

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

Instance Method Summary collapse

Instance Method Details

#messageObject



179
180
181
182
183
# File 'lib/aoc_cli/errors.rb', line 179

def message
	<<~error
	#{ERROR}: A config file already exists in #{Paths::Config.path.blue}
	error
end