Companion

object Companion

Functions

Link copied to clipboard
fun of(    message: String? = null,     cause: Throwable? = null,     context: ExecutionContext,     type: <ERROR CLASS>,     extraData: <ERROR CLASS>? = null): LogicError

Factory method for LogicErrors

fun of(    message: String? = null,     cause: Throwable? = null,     contexts: Array<ExecutionContext>,     type: <ERROR CLASS>,     extraData: <ERROR CLASS>? = null): LogicError