Exception: Katello::Errors::SubscriptionConnectionNotEnabled

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

Instance Method Summary collapse

Instance Method Details

#messageObject



150
151
152
153
# File 'app/lib/katello/errors.rb', line 150

def message
  _("Access to Red Hat Subscription Management " \
  "is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'.")
end