Exception: Cany::UnknownRecipe

Inherits:
Error
  • Object
show all
Defined in:
lib/cany/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ UnknownRecipe

Returns a new instance of UnknownRecipe.



43
44
45
# File 'lib/cany/errors.rb', line 43

def initialize(name)
  super "The recipe \"#{name}\" is not registered!"
end