package com.unity3d.services.core.extensions; import d9.j; /* loaded from: classes2.dex */ public final class AbortRetryException extends Exception { private final String reason; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public AbortRetryException(String str) { super(str); j.e(str, "reason"); this.reason = str; } }