core: add serial uid to JadxRuntimeException
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
package jadx.core.utils.exceptions;
|
||||
|
||||
public class JadxOverflowException extends JadxRuntimeException {
|
||||
|
||||
private static final long serialVersionUID = 2568659798680154204L;
|
||||
|
||||
public JadxOverflowException(String message) {
|
||||
super(message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user