| 108 | ~SimpleMessageBoxException() override; |
| 109 | |
| 110 | SimpleMessageBoxException( const SimpleMessageBoxException& ) = default; |
| 111 | SimpleMessageBoxException &operator = ( |
| 112 | SimpleMessageBoxException && ) = delete; |
| 113 |
no outgoing calls
no test coverage detected