You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.