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.
Showing
- include/dynamic-graph/exception-abstract.h 6 additions, 2 deletionsinclude/dynamic-graph/exception-abstract.h
- include/dynamic-graph/exception-factory.h 1 addition, 1 deletioninclude/dynamic-graph/exception-factory.h
- include/dynamic-graph/exception-signal.h 1 addition, 1 deletioninclude/dynamic-graph/exception-signal.h
- include/dynamic-graph/exception-traces.h 1 addition, 1 deletioninclude/dynamic-graph/exception-traces.h
- include/dynamic-graph/signal-caster.h 9 additions, 1 deletioninclude/dynamic-graph/signal-caster.h
Loading
Please register or sign in to comment