|
ChainCLI
A modern C++20 command-line interface library
|
Thrown when an argument that was requested is missing in the context. More...
#include <context_exception.h>
Public Member Functions | |
| MissingArgumentException (const std::string &name, const std::unordered_map< std::string, std::any > &args) | |
Thrown when an argument that was requested is missing in the context.