Exception: Alchemy::DefaultLanguageNotDeletable

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

Instance Method Summary collapse

Instance Method Details

#messageObject

Raised if one tries to delete the default language.



28
29
30
# File 'lib/alchemy/errors.rb', line 28

def message
  "Default language is not deletable!"
end