Initial commit
This commit is contained in:
19
sources/com/tencent/wxop/stat/MtaSDkException.java
Normal file
19
sources/com/tencent/wxop/stat/MtaSDkException.java
Normal file
@@ -0,0 +1,19 @@
|
||||
package com.tencent.wxop.stat;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public class MtaSDkException extends Exception {
|
||||
public MtaSDkException() {
|
||||
}
|
||||
|
||||
public MtaSDkException(String str) {
|
||||
super(str);
|
||||
}
|
||||
|
||||
public MtaSDkException(String str, Throwable th) {
|
||||
super(str, th);
|
||||
}
|
||||
|
||||
public MtaSDkException(Throwable th) {
|
||||
super(th);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user