MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / FailureException

Class FailureException

libs/module/CoreModule.h:28–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27public:
28 class FailureException :
29 public std::runtime_error
30 {
31 public:
32 FailureException(const std::string& msg) :
33 std::runtime_error(msg)
34 {}
35 };
36
37 CoreModule(IApplicationContext& context);
38

Callers 3

CoreModuleMethod · 0.70
findCoreModuleMethod · 0.70
destroyMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected