11 lines
281 B
Java
11 lines
281 B
Java
|
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;
|
||
|
}
|
||
|
}
|