CallExceptionHandler

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

Response exception handler method.

Report a problem