fun.langel.cql.exception.SqlException Maven / Gradle / Ivy
The newest version!
package fun.langel.cql.exception;
/**
* @author [email protected](GuHan)
* @since 2022/7/26 22:09
**/
public class SqlException extends RuntimeException {
public SqlException(final String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy