package c.f.m; /* compiled from: MinElf */ public class h extends RuntimeException { public h(String str) { super(str); } }