package com.bytedance.sdk.component.fm;

/* JADX INFO: loaded from: classes.dex */
class irt extends Exception {
    int fm;

    public irt(int i10, String str) {
        super(str);
        this.fm = i10;
    }
}
