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.



22
23
24
# File 'lib/alchemy/errors.rb', line 22

def message
  "Default language is not deletable!"
end