ASOS / SimpleEventStore

SimpleEventStore
MIT License
81 stars 24 forks source link

Avoid corrupting stack for non concurrency cosmos errors #46

Closed afscrome closed 4 years ago

afscrome commented 4 years ago

Use an exception filter to avoid modifying the stack when a DocumentClientException is thrown that isn't a concurrency error.