Exception: PoolParty::ReposMissingError
- Defined in:
- lib/poolparty/plugins/rails_deploy.rb
Instance Method Summary collapse
-
#initialize ⇒ ReposMissingError
constructor
A new instance of ReposMissingError.
Constructor Details
#initialize ⇒ ReposMissingError
Returns a new instance of ReposMissingError.
124 125 126 |
# File 'lib/poolparty/plugins/rails_deploy.rb', line 124 def initialize super("You must include the repo to deploy the rails app") end |