2015-04-16 1:30 GMT+02:00 Thiago Macieira <[email protected]>:
> My idea is to provide you with the ability to:
>  - decide whether to catch or not
>  - supply a handler that will be called if an exception is caught
>  - decide whether a caught exception resumes execution or aborts the
>    application (after your handler)
>
> If you need access to the exception itself, you can use the C++ runtime to get
> it.

Are you talking about std::exception_ptr and std::current_exception ?
AFAIK that's C++11, but I'm fine with it.
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to