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

Method what

PathCopyCopy/actions/src/LaunchExecutablePathAction.cpp:132–135  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

130 // @return Exception textual description.
131 //
132 const char* LaunchExecutableException::what() const noexcept(false)
133 {
134 return "LaunchExecutableException";
135 }
136
137 } // namespace Actions
138

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected