Skip to content
Gautier Lefebvre edited this page Feb 13, 2016 · 1 revision

Exception

Most exceptions of the framework inherit from fwk::Exception, which inherits from std::exception. Any other exceptions thrown by the framework is an exception of the standard c++ library, so you can catch any exceptions from the framework by catching std::exception.

Clone this wiki locally