withContext

Converts this exception into a ContextedRuntimeException with context attached.


inline fun Exception.withContext(vararg context: Pair<String?, Any?>): ContextedException

Converts this into a ContextedException with context attached.