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.



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

def message
  "Default language is not deletable!"
end