class Git::CommandLineError
def initialize(result)
-
result
(Git::CommandLineResult
) -- the result of the git command including
def initialize(result) @result = result super(error_message) end
result
(Git::CommandLineResult
)
-- the result of the git command including
def initialize(result) @result = result super(error_message) end