Exception: Gordon::Exceptions::RecipeNotFound
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Gordon::Exceptions::RecipeNotFound
- Defined in:
- lib/gordon/exceptions.rb
Instance Method Summary collapse
-
#initialize ⇒ RecipeNotFound
constructor
A new instance of RecipeNotFound.
Constructor Details
#initialize ⇒ RecipeNotFound
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 |