class GitMaintain::CherryPickErrorException

Attributes

commit[R]

Public Class Methods

new(str, commit) click to toggle source
Calls superclass method
# File lib/branch.rb, line 4
def initialize(str, commit)
    @commit = commit
    super(str)
end