Make ExceptionAbstract derive from std::exception.
* include/dynamic-graph/exception-abstract.h, * include/dynamic-graph/exception-factory.h, * include/dynamic-graph/exception-signal.h, * include/dynamic-graph/exception-traces.h, * include/dynamic-graph/signal-caster.h: This enables uses to catch a broader class of exceptions with messages using what() method.
Please register or sign in to comment