what-the-bank/sources/com/github/barteksc/pdfviewer/exception/PageRenderingException.java

12 lines
266 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package com.github.barteksc.pdfviewer.exception;
/* loaded from: classes.dex */
public class PageRenderingException extends Exception {
public final int b;
public PageRenderingException(int i, Throwable th) {
super(th);
this.b = i;
}
}