class Gordon::Exceptions::RecipeNotFound
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/gordon/exceptions.rb, line 10 def initialize super("Cannot found gordon.yml or custom gordon recipe yaml.") end