Initial commit
This commit is contained in:
8
sources/bolts/UnobservedTaskException.java
Normal file
8
sources/bolts/UnobservedTaskException.java
Normal file
@@ -0,0 +1,8 @@
|
||||
package bolts;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public class UnobservedTaskException extends RuntimeException {
|
||||
public UnobservedTaskException(Throwable th) {
|
||||
super(th);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user