class Nanoc::Deploying::Deployers::Git::Errors::BranchDoesNotExist

Public Class Methods

new(branch) click to toggle source
Calls superclass method
# File lib/nanoc/deploying/deployers/git.rb, line 43
def initialize(branch)
  super("The branch to deploy, #{branch}, does not exist.")
end