class NexusCli::RepositoryNotInGroupException

Public Instance Methods

message() click to toggle source
# 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