what-the-bank/sources/org/apache/commons/lang3/concurrent/ConcurrentRuntimeException....

8 lines
198 B
Java

package org.apache.commons.lang3.concurrent;
/* loaded from: classes6.dex */
public class ConcurrentRuntimeException extends RuntimeException {
protected ConcurrentRuntimeException() {
}
}