class Cany::UnknownRecipe
Public Class Methods
new(name)
click to toggle source
Calls superclass method
# File lib/cany/errors.rb, line 43 def initialize(name) super "The recipe \"#{name}\" is not registered!" end