final class io.reactivex.internal.functions.Functions$ErrorConsumer implements io.reactivex.functions.Consumer<java.lang.Throwable>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.functions.Functions$ErrorConsumer
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.functions.Functions$ErrorConsumer this
         0: .line 694
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.reactivex.internal.functions.Functions$ErrorConsumer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/functions/Functions$ErrorConsumer;

  public void accept(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.reactivex.internal.functions.Functions$ErrorConsumer this
        start local 1 // java.lang.Throwable error
         0: .line 697
            aload 1 /* error */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
         1: .line 698
            return
        end local 1 // java.lang.Throwable error
        end local 0 // io.reactivex.internal.functions.Functions$ErrorConsumer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactivex/internal/functions/Functions$ErrorConsumer;
            0    2     1  error  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      error  

  public void accept(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Throwable
            invokevirtual io.reactivex.internal.functions.Functions$ErrorConsumer.accept:(Ljava/lang/Throwable;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Ljava/lang/Object;Lio/reactivex/functions/Consumer<Ljava/lang/Throwable;>;
SourceFile: "Functions.java"
NestHost: io.reactivex.internal.functions.Functions
InnerClasses:
  final ErrorConsumer = io.reactivex.internal.functions.Functions$ErrorConsumer of io.reactivex.internal.functions.Functions