Exception: Katello::Errors::ContainerRegistryNotConfigured

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

Instance Method Summary collapse

Instance Method Details

#messageObject



144
145
146
# File 'app/lib/katello/errors.rb', line 144

def message
  _("No URL found for a container registry. Please check the configuration.")
end