package io.flutter.plugins.pathprovider;

import androidx.annotation.NonNull;
import androidx.annotation.Nullable;

/* JADX INFO: loaded from: classes.dex */
public class Messages$FlutterError extends RuntimeException {
    public final String code;
    public final Object details;

    public Messages$FlutterError(@NonNull String str, @Nullable String str2, @Nullable Object obj) {
        super(str2);
        this.code = str;
        this.details = obj;
    }
}
