Exception: NexusCli::RepositoryNotInGroupException

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



242
243
244
# File 'lib/nexus_cli/errors.rb', line 242

def message
  "You are attempting to remove a repository that isn't a part of the group."
end