Exception: Cany::NoSystemRecipe
- Defined in:
- lib/cany/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ NoSystemRecipe
constructor
A new instance of NoSystemRecipe.
Constructor Details
#initialize ⇒ NoSystemRecipe
Returns a new instance of NoSystemRecipe.
49 50 51 |
# File 'lib/cany/errors.rb', line 49 def initialize super "The specification has no loaded system recipe." end |