Companion
object Companion
Functions
Link copied to clipboard
fun of(message: String? = null, cause: Throwable? = null, context: ExecutionContext, type: Struct, extraData: Term? = null): LogicError
Factory method for LogicErrors
fun of(message: String? = null, cause: Throwable? = null, contexts: Array<ExecutionContext>, type: Struct, extraData: Term? = null): LogicError