ADD week 5
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package androidx.fragment.app;
|
||||
|
||||
import android.util.AndroidRuntimeException;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
final class SuperNotCalledException extends AndroidRuntimeException {
|
||||
public SuperNotCalledException(String str) {
|
||||
super(str);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user