what-the-bank/sources/com/scb/phone/domain/entity/mwpartner/EntityMappingException.java

15 lines
378 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.domain.entity.mwpartner;
import com.scb.phone.domain.ScbException;
/* loaded from: classes3.dex */
public final class EntityMappingException extends ScbException {
public /* synthetic */ EntityMappingException(String str) {
this(str, null);
}
public EntityMappingException(String str, Throwable th) {
super(str, th);
}
}