Exception: Nanoc::Deploying::Deployers::Git::Errors::BranchDoesNotExist

Inherits:
Generic
  • Object
show all
Defined in:
lib/nanoc/deploying/deployers/git.rb

Instance Method Summary collapse

Constructor Details

#initialize(branch) ⇒ BranchDoesNotExist

Returns a new instance of BranchDoesNotExist



41
42
43
# File 'lib/nanoc/deploying/deployers/git.rb', line 41

def initialize(branch)
  super("The branch to deploy, #{branch}, does not exist.")
end