class NexusCli::N3NotFoundException

Public Instance Methods

message() click to toggle source
# File lib/nexus_cli/errors.rb, line 221
def message
  "The artifact does not have any custom metadata added yet."
end