package com.facebook.react.uimanager;
/* loaded from: classes2.dex */
class NoSuchNativeViewException extends IllegalViewOperationException {
    public NoSuchNativeViewException(String str) {
        super(str);
    }
}
