Exception: Katello::Errors::UpstreamConsumerGone

Inherits:
StandardError
  • Object
show all
Defined in:
app/lib/katello/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



133
134
135
136
# File 'app/lib/katello/errors.rb', line 133

def message
  _("The manifest doesn't exist on console.redhat.com. " \
    "Please create and import a new manifest.")
end