Returns the thrown error message string.
| 255 | |
| 256 | //! Returns the thrown error message string. |
| 257 | virtual const std::string getMessage(void) const |
| 258 | { |
| 259 | return std::string(what()); |
| 260 | } |
| 261 | |
| 262 | protected: |
| 263 | Type type_; |
nothing calls this directly
no outgoing calls
no test coverage detected