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

8 lines
198 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package org.apache.commons.lang3.concurrent;
/* loaded from: classes6.dex */
public class ConcurrentRuntimeException extends RuntimeException {
protected ConcurrentRuntimeException() {
}
}