package com.eracom.OBM2; /* loaded from: classes.dex */ public class PINBlockException extends Exception { public PINBlockException() { } public PINBlockException(String str) { super(str); } }