mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-26 09:02:34 -06:00
10 lines
277 B
Java
10 lines
277 B
Java
package io.sentry.exception;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class SentryHttpClientException extends Exception {
|
|
private static final long serialVersionUID = 348162238030337390L;
|
|
|
|
public SentryHttpClientException(String str) {
|
|
super(str);
|
|
}
|
|
}
|