|
ChainCLI
A modern C++20 command-line interface library
|
Thrown when an argument type that was requested is not the one that was parsed. More...
#include <context_exception.h>
Public Member Functions | |
| InvalidArgumentTypeException (const std::string &name, const std::type_info &requested, const std::type_info &actual) | |
Thrown when an argument type that was requested is not the one that was parsed.