KrosstalkException

abstract class KrosstalkException @InternalKrosstalkApi constructor(message: String, cause: Throwable?) : RuntimeException

Types

Link copied to clipboard
open class CompilerError @InternalKrosstalkApi constructor(message: String, cause: Throwable?) : KrosstalkException

An error that was caused by an issue with the compiler plugin. None of these should happen without a compiler error being thrown if the compiler plugin works properly.

Inheritors

Link copied to clipboard
Link copied to clipboard

Sources

Link copied to clipboard