what-the-bank/sources/com/scb/phone/domain/ScbException.java

12 lines
235 B
Java
Raw Normal View History

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