RaiseHandler

typealias RaiseHandler<Error> = (context: CoroutineContext, error: Error) -> Unit