Commit a36bc8f2 authored by Skylot's avatar Skylot

core: add serial uid to JadxRuntimeException

parent 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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment