MCPcopy Create free account
hub / github.com/clechasseur/pathcopycopy / what

Method what

PathCopyCopy/src/PathCopyCopySettings.cpp:1617–1620  ·  view source on GitHub ↗

Returns a textual description of the exception. @return Exception description.

Source from the content-addressed store, hash-verified

1615 // @return Exception description.
1616 //
1617 const char* SettingsException::what() const noexcept(false)
1618 {
1619 return "PCC::SettingsException";
1620 }
1621
1622} // namespace PCC

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected