15 lines
378 B
Java
15 lines
378 B
Java
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);
|
|
}
|
|
}
|