Exception: NexusCli::RepositoryNotFoundException

Inherits:
NexusCliError
  • Object
show all
Defined in:
lib/nexus_cli/errors.rb

Instance Method Summary collapse

Methods inherited from NexusCliError

status_code

Instance Method Details

#messageObject



129
130
131
# File 'lib/nexus_cli/errors.rb', line 129

def message
  "The repository you provided could not be found. Please ensure the repository exists."
end