Inherits from MyException5
| 76 | |
| 77 | // Inherits from MyException5 |
| 78 | class MyException5_1 : public MyException5 { |
| 79 | using MyException5::MyException5; |
| 80 | }; |
| 81 | |
| 82 | // Exception that will be caught via the module local translator. |
| 83 | class MyException6 : public std::exception { |
no outgoing calls