Skip to content

v2.0.0

Compare
Choose a tag to compare
@zmumi zmumi released this 04 May 16:34
· 4 commits to master since this release
451ac38

Changed exception handling

  • now exceptions are chained (before they were added in args)
  • timeout errors are now chained (before they were not included at all)
  • in case of dogpiling, all callers are now notified about the error (see issue #23)