MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / CommandLineException

Class CommandLineException

emmy_tool/src/command_line.h:22–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20};
21
22class CommandLineException : std::exception
23{
24public:
25 /**
26 * \param msg 异常消息
27 * \remark vs和gcc仅有该共有的参数类型
28 */
29 CommandLineException(const char* msg)
30 : std::exception(msg)
31 {
32 }
33};
34
35/**
36 * \brief 特定语法结构的命令行解析工具

Callers 1

GetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected