Skip to content

crash-handler-0.3.3

Compare
Choose a tag to compare
@Jake-Shadle Jake-Shadle released this 21 Jul 14:19
· 62 commits to main since this release

Added

  • PR#46 resolved #33 by adding support for EXC_RESOURCE exceptions. Since not all resource exceptions are fatal, they are checked and only reported to the user callback if they are indeed fatal.
  • PR#47 resolved #34 by adding support for EXC_GUARD exceptions.