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
Numem supports using Exceptions without the garbage collector, to do this a new exception base type, NuException is made available.
The catcher is responsible for freeing the exception memory, otherwise it will leak.
A convenience free function is provided for NuException to allow this.