|
package com.google.android.gms.maps.model;
|
|
|
|
import android.os.RemoteException;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class RuntimeRemoteException extends RuntimeException {
|
|
public RuntimeRemoteException(RemoteException remoteException) {
|
|
super(remoteException);
|
|
}
|
|
}
|