CPP-AP 2.2.6
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 17 of file exceptions.hpp.
|
inlineexplicit |
message | A descriptive message providing information about the exception. |
Definition at line 19 of file exceptions.hpp.