ChainCLI
A modern C++20 command-line interface library
Loading...
Searching...
No Matches
cli::MissingArgumentException Class Reference

Thrown when an argument that was requested is missing in the context. More...

#include <context_exception.h>

Inheritance diagram for cli::MissingArgumentException:

Public Member Functions

 MissingArgumentException (const std::string &name, const std::unordered_map< std::string, std::any > &args)
 

Detailed Description

Thrown when an argument that was requested is missing in the context.


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