Exception: PoolParty::RecipeNotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/poolparty/plugins/chef/chef.rb

Instance Method Summary collapse

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