sqlancer.IgnoreMeException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sqlancer Show documentation
Show all versions of sqlancer Show documentation
SQLancer finds logic bugs in Database Management Systems through automatic testing
package sqlancer;
public class IgnoreMeException extends RuntimeException {
private static final long serialVersionUID = 1L;
}