MCPcopy Create free account
hub / github.com/aiekick/ImGuiFileDialog / IGFDException

Method IGFDException

ImGuiFileDialog.cpp:427–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425
426public:
427 IGFDException() : std::exception() {
428 }
429 explicit IGFDException(char const* const vMsg)
430 : std::exception(), // std::exception(msg) is not availaiable on linux it seems... but on windos yes
431 m_msg(vMsg) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected