Exception: Alchemy::DefaultSiteNotFoundError

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

Instance Method Summary collapse

Instance Method Details

#messageObject

Raised if no default site configuration can be found.



16
17
18
19
# File 'lib/alchemy/errors.rb', line 16

def message
  "No default site configuration found!" \
  " Please ensure that you have a 'default_site' defined in Alchemy configuration file."
end