We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e626e commit c73bc07Copy full SHA for c73bc07
content/all-about-exceptions.md
@@ -14,7 +14,6 @@ Should cover:
14
* Exceptions in pure code
15
* Difference between `throw` and `throwIO`
16
* Async exceptions
17
-* Catching all exceptions
18
* [Exceptions in continuation based monads](http://www.yesodweb.com/blog/2014/05/exceptions-cont-monads)
19
* [Exceptions and monad transformers](https://www.fpcomplete.com/user/snoyberg/general-haskell/exceptions/exceptions-and-monad-transformers)
20
* [Catching all exceptions](https://www.fpcomplete.com/user/snoyberg/general-haskell/exceptions/catching-all-exceptions)
0 commit comments