提交 a36bc8f2 编写于 作者: S Skylot

core: add serial uid to JadxRuntimeException

上级 813b7bca
package jadx.core.utils.exceptions;
public class JadxOverflowException extends JadxRuntimeException {
private static final long serialVersionUID = 2568659798680154204L;
public JadxOverflowException(String message) {
super(message);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册