com.github.leeonky.dal.RuntimeException Maven / Gradle / Ivy
package com.github.leeonky.dal;
public class RuntimeException extends DalException {
public RuntimeException(String message, int position) {
super(message, position);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy