|
CPP-AP 3.0.1
Command-line argument parser for C++20
|
Base type for the argument parser functionality errors/exceptions. More...
#include <exceptions.hpp>
Public Member Functions | |
| argument_parser_exception (const std::string &message) | |
Base type for the argument parser functionality errors/exceptions.
Definition at line 18 of file exceptions.hpp.
|
inlineexplicit |
| message | A descriptive message providing information about the exception. |
Definition at line 20 of file exceptions.hpp.