CallExceptionHandler

typealias CallExceptionHandler = suspend (cause: Throwable) -> Unit

Response exception handler method.