printRetryDelegateException

Prints out details about exceptions passed from retryDelegate. retryDelegate itself rethrows them when we return, so no need to do that here.

Gated behind version PrintStacktraces.

version(TwitchSupport && WithTwitchPlugin && PrintStacktraces)
package
void
printRetryDelegateException
(
Exception e
)

Parameters

e Exception

The exception to print.

Meta