class org.eclipse.jgit.transport.ReceivePack$DefaultUnpackErrorHandler implements org.eclipse.jgit.transport.UnpackErrorHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jgit.transport.ReceivePack$DefaultUnpackErrorHandler
  super_class: java.lang.Object
{
  final org.eclipse.jgit.transport.ReceivePack this$0;
    descriptor: Lorg/eclipse/jgit/transport/ReceivePack;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.eclipse.jgit.transport.ReceivePack);
    descriptor: (Lorg/eclipse/jgit/transport/ReceivePack;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.transport.ReceivePack$DefaultUnpackErrorHandler this
         0: .line 2263
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jgit.transport.ReceivePack$DefaultUnpackErrorHandler.this$0:Lorg/eclipse/jgit/transport/ReceivePack;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.jgit.transport.ReceivePack$DefaultUnpackErrorHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/transport/ReceivePack$DefaultUnpackErrorHandler;
    MethodParameters:
        Name  Flags
      this$0  final

  public void handleUnpackException(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.transport.ReceivePack$DefaultUnpackErrorHandler this
        start local 1 // java.lang.Throwable t
         0: .line 2266
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.ReceivePack$DefaultUnpackErrorHandler.this$0:Lorg/eclipse/jgit/transport/ReceivePack;
            aload 1 /* t */
            invokevirtual org.eclipse.jgit.transport.ReceivePack.sendStatusReport:(Ljava/lang/Throwable;)V
         1: .line 2267
            return
        end local 1 // java.lang.Throwable t
        end local 0 // org.eclipse.jgit.transport.ReceivePack$DefaultUnpackErrorHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/transport/ReceivePack$DefaultUnpackErrorHandler;
            0    2     1     t  Ljava/lang/Throwable;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      t     
}
SourceFile: "ReceivePack.java"
NestHost: org.eclipse.jgit.transport.ReceivePack
InnerClasses:
  private DefaultUnpackErrorHandler = org.eclipse.jgit.transport.ReceivePack$DefaultUnpackErrorHandler of org.eclipse.jgit.transport.ReceivePack