|
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;
|
|
}
|
|
}
|