class Git::CommandLineError

def initialize(result)

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