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