class NexusCli::RepositoryNotFoundException

Public Instance Methods

message() click to toggle source
# File lib/nexus_cli/errors.rb, line 129
def message
  "The repository you provided could not be found. Please ensure the repository exists."
end