Exception: ReposMissingError

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

Instance Method Summary collapse

Constructor Details

#initializeReposMissingError

Returns a new instance of ReposMissingError.



52
53
54
# File 'lib/poolparty/plugins/chef/chef_deploy.rb', line 52

def initialize
  super("You must include the repo to deploy with chef_deploy")
end