class Avm::Git::Launcher::Error

def initialize(git_instance, message)

def initialize(git_instance, message)
  super("#{message} (Repository: #{git_instance})")
end