Class: Nanoc::Deploying::Deployers::Git::Errors::BranchDoesNotExist Private

Inherits:
Generic
  • Object
show all
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

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