Returns an explanatory exception message * * @return Status message */
| 233 | * @return Status message |
| 234 | */ |
| 235 | const char *what() const noexcept override |
| 236 | { |
| 237 | return _msg.c_str(); |
| 238 | } |
| 239 | /** Underlying status accessor |
| 240 | * |
| 241 | * @return Status code |
no outgoing calls
no test coverage detected