class NexusCli::RepositoryInGroupException

Public Instance Methods

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