Throwable Wrapper
Implemented by types that wrap a Throwable, enabling transparent asThrowable conversion.
When asThrowable is called on a ThrowableWrapper, cause is returned directly rather than wrapping it in a new exception.
Implemented by types that wrap a Throwable, enabling transparent asThrowable conversion.
When asThrowable is called on a ThrowableWrapper, cause is returned directly rather than wrapping it in a new exception.