Exception: Alchemy::EssenceMissingError

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

Instance Method Summary collapse

Instance Method Details

#messageObject

Raised if a content misses its essence.



39
40
41
# File 'lib/alchemy/errors.rb', line 39

def message
  "Essence not found"
end