Returns a textual description of the exception. @return Exception description.
| 1615 | // @return Exception description. |
| 1616 | // |
| 1617 | const char* SettingsException::what() const noexcept(false) |
| 1618 | { |
| 1619 | return "PCC::SettingsException"; |
| 1620 | } |
| 1621 | |
| 1622 | } // namespace PCC |
nothing calls this directly
no outgoing calls
no test coverage detected