onRequestExceptionInLimiter

open suspend override fun <T : Any> onRequestExceptionInLimiter(request: Request<T>, t: Throwable): T?

Will be called when any exception will happen due to the request handling inside of limiter block. This method will be called for each exception happened during call factory call