what-the-bank/sources/androidx/core/os/OperationCanceledException....

15 lines
334 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package androidx.core.os;
import o.ZEY;
/* loaded from: classes.dex */
public class OperationCanceledException extends RuntimeException {
public OperationCanceledException() {
this((byte) 0);
}
private OperationCanceledException(byte b) {
super(ZEY.a(null, "The operation has been canceled."));
}
}