Description
A Haskell library for catching all exceptions raised from within an enclosed computation. It helps isolate risky work so failures can be captured and handled at a clear boundary.
Developers use it in testing, plugins, callbacks, and code that must prevent exceptions from escaping unexpectedly. Catch-all behavior should be used carefully so serious failures are not hidden.