Exception: PoolParty::RecipeNotFoundError
- Defined in:
- lib/poolparty/plugins/chef/chef.rb
Instance Method Summary collapse
-
#initialize(n) ⇒ RecipeNotFoundError
constructor
A new instance of RecipeNotFoundError.
Constructor Details
#initialize(n) ⇒ RecipeNotFoundError
Returns a new instance of RecipeNotFoundError.
157 158 159 |
# File 'lib/poolparty/plugins/chef/chef.rb', line 157 def initialize(n) super("The recipe you specified cannot be found: #{n}") end |