io.github.danielnaczo.python3parser.visitors.exceptions.UnsupportedASTException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of python3parser Show documentation
Show all versions of python3parser Show documentation
A Java-based Python3-Parser.
package io.github.danielnaczo.python3parser.visitors.exceptions;
public class UnsupportedASTException extends RuntimeException{
/**
*
*/
private static final long serialVersionUID = 1L;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy