Exception: Razor::Rake::Git::BranchError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/razor/rake/git_generate.rb

Instance Method Summary collapse

Constructor Details

#initialize(branch) ⇒ BranchError

Returns a new instance of BranchError.



15
16
17
# File 'lib/razor/rake/git_generate.rb', line 15

def initialize(branch)
	super("Must be on #{branch}")
end