NEventStore / NEventStore.Persistence.MongoDB

Mongo Persistence Engine for NEventStore
MIT License
22 stars 26 forks source link

Better exception message for duplicatecommit and concurrency exception #24

Closed alkampfergit closed 9 years ago

alkampfergit commented 9 years ago

Now when a ConcurrencyException is raised, it will contain the error message returned from mongo insert script

Added also better information in DuplicateCommitException