Arkanjo 0.2
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
CommandNotFoundError Class Reference

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)
 

Detailed Description

An error is thrown when an unknown command is passed.

Definition at line 32 of file cli_error.hpp.

Constructor & Destructor Documentation

◆ CommandNotFoundError()

CommandNotFoundError::CommandNotFoundError ( const std::string & cmd)
Parameters
cmdCommand name that was not recognized.

Definition at line 37 of file cli_error.hpp.


The documentation for this class was generated from the following file: