discord-jadx/app/src/main/java/com/lyft/kronos/internal/ntp/NTPSyncException.java

12 lines
371 B
Java

package com.lyft.kronos.internal.ntp;
import d0.z.d.m;
/* compiled from: NTPSyncException.kt */
public final class NTPSyncException extends RuntimeException {
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public NTPSyncException(String str) {
super(str);
m.checkParameterIsNotNull(str, "message");
}
}