Exception: NexusCli::MissingSettingsFileException
- Inherits:
-
NexusCliError
- Object
- StandardError
- NexusCliError
- NexusCli::MissingSettingsFileException
- Defined in:
- lib/nexus_cli/errors.rb
Instance Method Summary collapse
Methods inherited from NexusCliError
Instance Method Details
#message ⇒ Object
38 39 40 |
# File 'lib/nexus_cli/errors.rb', line 38 def "The .nexus_cli file is missing or corrupt. You can either fix the .nexus_cli file or pass the --overrides hash." end |