class NexusCli::MissingSettingsFileException
Public Instance Methods
message()
click to toggle source
# File lib/nexus_cli/errors.rb, line 38 def message "The .nexus_cli file is missing or corrupt. You can either fix the .nexus_cli file or pass the --overrides hash." end