destructureValueOrThrowException

inline fun <VALUE, EXCEPTION : Exception> destructureValueOrThrowException(pair: Pair<VALUE?, EXCEPTION?>): VALUE