what-the-bank/sources/pl/charmas/android/reactivelocation2/observables/GoogleAPIConnectionSuspende...

11 lines
281 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package pl.charmas.android.reactivelocation2.observables;
/* loaded from: classes6.dex */
public class GoogleAPIConnectionSuspendedException extends RuntimeException {
private final int b;
public GoogleAPIConnectionSuspendedException(int i) {
this.b = i;
}
}