Exception: Cany::UnloadedRecipe
- Defined in:
- lib/cany/errors.rb
Instance Method Summary collapse
-
#initialize(name) ⇒ UnloadedRecipe
constructor
A new instance of UnloadedRecipe.
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 |