commonMain.at.asitplus.jsonpath.core.JsonPathExceptions.kt Maven / Gradle / Ivy
package at.asitplus.jsonpath.core
open class JsonPathCompilerException(message: String) : Exception(message)
open class JsonPathQueryException(message: String) : Exception(message)