sternenseemann / spacecookie

gopher library & server written in Haskell
https://sternenseemann.github.io/spacecookie/
GNU General Public License v3.0
47 stars 5 forks source link

Fix exception handling #28

Closed sternenseemann closed 3 years ago

sternenseemann commented 3 years ago

Currently all exceptions except IOExceptions are kind of ignored. This should be fixed and handled properly™. Probably removing MonadError altogether would do the trick.

Most notably it is not possible to handle SocketExceptions with MonadError.

sternenseemann commented 3 years ago

b8995d7