Exception: Cany::UnloadedRecipe

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

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ UnloadedRecipe

Returns a new instance of UnloadedRecipe.



37
38
39
# File 'lib/cany/errors.rb', line 37

def initialize(name)
  super "The recipe \"#{name}\" is not loaded by the specification."
end