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

Thrown when an argument type that was requested is not the one that was parsed. More...

#include <context_exception.h>

Inheritance diagram for cli::InvalidArgumentTypeException:

Public Member Functions

 InvalidArgumentTypeException (const std::string &name, const std::type_info &requested, const std::type_info &actual)
 

Detailed Description

Thrown when an argument type that was requested is not the one that was parsed.


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