Exception: Alchemy::DefaultLanguageNotFoundError
- Inherits:
-
StandardError
- Object
- StandardError
- Alchemy::DefaultLanguageNotFoundError
- Defined in:
- lib/alchemy/errors.rb
Instance Method Summary collapse
-
#message ⇒ Object
Raised if no default language configuration can be found.
Instance Method Details
#message ⇒ Object
Raised if no default language configuration can be found.
8 9 10 11 |
# File 'lib/alchemy/errors.rb', line 8 def "No default language configuration found!" \ " Please ensure that you have a 'default_language' defined in Alchemy configuration file." end |