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