Exception: Razor::Rake::Git::CleanBranchError

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

Instance Method Summary collapse

Constructor Details

#initializeCleanBranchError

Returns a new instance of CleanBranchError.



23
24
25
# File 'lib/razor/rake/git_generate.rb', line 23

def initialize
	super("Current branch must be clean.")
end