| ChainCLI
    A modern C++20 command-line interface library | 
Exception thrown when a command is not found in the command tree. More...
#include <command_tree.h>
 
 | Public Member Functions | |
| CommandNotFoundException (const std::string &missingId, const std::vector< std::string > &chain) | |
| Construct a new CommandNotFoundException. | |
| const std::string & | missingId () const noexcept | 
| const std::vector< std::string > & | insertChain () const noexcept | 
Exception thrown when a command is not found in the command tree.
| 
 | inline | 
Construct a new CommandNotFoundException.
| missingId | The ID of the missing command. | 
| chain | The chain of command IDs leading to the missing command. |