class Cany::NoSystemRecipe

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/cany/errors.rb, line 49
def initialize
  super "The specification has no loaded system recipe."
end