Exception: Alchemy::DefaultLanguageNotDeletable
- Inherits:
-
StandardError
- Object
- StandardError
- Alchemy::DefaultLanguageNotDeletable
- Defined in:
- lib/alchemy/errors.rb
Instance Method Summary collapse
-
#message ⇒ Object
Raised if one tries to delete the default language.
Instance Method Details
#message ⇒ Object
Raised if one tries to delete the default language.
22 23 24 |
# File 'lib/alchemy/errors.rb', line 22 def "Default language is not deletable!" end |