Exception: NexusCli::RepositoryInGroupException

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



235
236
237
# File 'lib/nexus_cli/errors.rb', line 235

def message
  "You are attempting to add a repository that is already a part of this group."
end