All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.kiryu1223.drink.exception.SqlFunctionInvokeException Maven / Gradle / Ivy

There is a newer version: 1.0.14
Show newest version
package io.github.kiryu1223.drink.exception;

public class SqlFunctionInvokeException extends RuntimeException
{
    public SqlFunctionInvokeException()
    {
        super("SqlFunction cannot be called from outside an expression");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy