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

io.exoquery.terpal.plugin.transform.CompileErrors.kt Maven / Gradle / Ivy

package io.exoquery.terpal.plugin.transform

class AbortTransform() : Exception("Transformation aborted")
fun abortTransform(): Nothing = throw AbortTransform()




© 2015 - 2025 Weber Informatics LLC | Privacy Policy