Exception: Gordon::Exceptions::RecipeNotFound

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/gordon/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializeRecipeNotFound

Returns a new instance of RecipeNotFound.



10
11
12
# File 'lib/gordon/exceptions.rb', line 10

def initialize
  super("Cannot found gordon.yml or custom gordon recipe yaml.")
end