Exception: Nanoc::Deploying::Deployers::Git::Errors::BranchDoesNotExist
Instance Method Summary collapse
-
#initialize(branch) ⇒ BranchDoesNotExist
constructor
A new instance of BranchDoesNotExist.
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 |