TonyGen / mongoDB-haskell

MongoDB driver for Haskell
http://hackage.haskell.org/package/mongoDB
Apache License 2.0
57 stars 14 forks source link

Make Failure an instance of Exception #24

Open basvandijk opened 12 years ago

basvandijk commented 12 years ago

Hi Tony,

The attached patch allows me to throw MongoDB Failures as Exceptions which would be really handy.

Cheers,

Bas

superbobry commented 12 years ago

+1 I wonder why it wasn't an exception originally :)