|
Arkanjo 0.2
A tool for find code duplicated functions in codebases
|
An error is thrown when an unknown command is passed. More...
#include <cli_error.hpp>
Inheritance diagram for CommandNotFoundError:
Collaboration diagram for CommandNotFoundError:Public Member Functions | |
| CommandNotFoundError (const std::string &cmd) | |
Public Member Functions inherited from CLIError | |
| CLIError (const std::string &msg) | |
An error is thrown when an unknown command is passed.
Definition at line 32 of file cli_error.hpp.
| CommandNotFoundError::CommandNotFoundError | ( | const std::string & | cmd | ) |
| cmd | Command name that was not recognized. |
Definition at line 37 of file cli_error.hpp.