Exception: Alchemy::DefaultSiteNotFoundError
- Inherits:
-
StandardError
- Object
- StandardError
- Alchemy::DefaultSiteNotFoundError
- Defined in:
- lib/alchemy/errors.rb
Instance Method Summary collapse
-
#message ⇒ Object
Raised if no default site configuration can be found.
Instance Method Details
#message ⇒ Object
Raised if no default site configuration can be found.
16 17 18 19 |
# File 'lib/alchemy/errors.rb', line 16 def "No default site configuration found!" \ " Please ensure that you have a 'default_site' defined in Alchemy configuration file." end |