mirror of
https://github.com/Zygo/bees.git
synced 2025-06-16 01:26:18 +02:00
uncaught_exception() had only the one valid use case, and it can be reimplemented by literally calling current_exception() instead. current_exception() has several valid use cases, so it is not likely to be deprecated any time soon. Signed-off-by: Zygo Blaxell <bees@furryterror.org>