Exception: Cany::NoSystemRecipe

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

Instance Method Summary collapse

Constructor Details

#initializeNoSystemRecipe

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