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.



32
33
34
# File 'lib/alchemy/errors.rb', line 32

def message
  "Default language is not deletable!"
end