package com.facebook.react.bridge;
/* loaded from: classes2.dex */
public class RetryableMountingLayerException extends RuntimeException {
    public RetryableMountingLayerException(String str, Throwable th) {
        super(str, th);
    }

    public RetryableMountingLayerException(Throwable th) {
        super(th);
    }

    public RetryableMountingLayerException(String str) {
        super(str);
    }
}
