MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / ShellLinkException

Class ShellLinkException

src/envshortcut.cpp:14–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12using namespace MOBase;
13
14class ShellLinkException
15{
16public:
17 ShellLinkException(QString s) : m_what(std::move(s)) {}
18
19 const QString& what() const { return m_what; }
20
21private:
22 QString m_what;
23};
24
25// just a wrapper around IShellLink operations that throws ShellLinkException
26// on errors

Callers 4

setPathMethod · 0.85
throwOnFailMethod · 0.85
createShellLinkMethod · 0.85
createPersistFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected