31 #ifndef TBX_UNCAUGHTHANDLER_H_ 32 #define TBX_UNCAUGHTHANDLER_H_ A library for creating RISC OS toolbox applications.
Definition: abouttobeshownlistener.cc:34
Interface to process uncaught exceptions in an application.
Definition: uncaughthandler.h:43
virtual void uncaught_exception(std::exception *e)=0
Method called when an uncaught exception has been detected.