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 base
)

Parameters

base Exception

The exception to print.