class NexusCli::MissingSettingsFileException

def message

def message
  "The .nexus_cli file is missing or corrupt. You can either fix the .nexus_cli file or pass the --overrides hash."
end