class NexusCli::ArtifactNotFoundException
Public Instance Methods
message()
click to toggle source
# File lib/nexus_cli/errors.rb, line 20 def message "The artifact you requested information for could not be found. Please ensure it exists inside the Nexus." end