Class: Nanoc::Deploying::Deployers::Git::Errors::BranchDoesNotExist Private
- Inherits:
-
Generic
- Object
- Core::Error
- Generic
- Nanoc::Deploying::Deployers::Git::Errors::BranchDoesNotExist
- Defined in:
- lib/nanoc/deploying/deployers/git.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
-
#initialize(branch) ⇒ BranchDoesNotExist
constructor
private
A new instance of BranchDoesNotExist.
Constructor Details
#initialize(branch) ⇒ BranchDoesNotExist
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of BranchDoesNotExist.
43 44 45 |
# File 'lib/nanoc/deploying/deployers/git.rb', line 43 def initialize(branch) super("The branch to deploy, #{branch}, does not exist.") end |