well-typed / grapesy

Native Haskell gRPC client and server based on `http2`
Other
38 stars 4 forks source link

Don't wrap exceptions #84

Closed edsko closed 7 months ago

edsko commented 7 months ago

Wrapping exceptions makes it possible to catch them, as their type changes. We now wrap only when the debug cabal flag is enabled.

edsko commented 7 months ago
edsko commented 7 months ago

Superseded by #92 .