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

me.danwi.sqlex.parser.exception.SqlExFFIException.kt Maven / Gradle / Ivy

There is a newer version: 0.18.0
Show newest version
package me.danwi.sqlex.parser.exception

open class SqlExFFIException(message: String) : SqlExParserException(message) {
}

class SqlExFFIInvokeException(val module: String, val method: String, message: String) : SqlExFFIException(message) {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy