| 28 | }; |
| 29 | |
| 30 | class MyExceptionUseDeprecatedOperatorCall : public MyException { |
| 31 | using MyException::MyException; |
| 32 | }; |
| 33 | |
| 34 | // A type that should be translated to a standard Python exception |
| 35 | class MyException2 : public std::exception { |
no outgoing calls