CPP-AP 2.2.6
Command-line argument parser for C++20
Loading...
Searching...
No Matches
ap::argument_parser_exception Struct Reference

Base type for the argument parser functionality errors/exceptions. More...

#include <exceptions.hpp>

Inheritance diagram for ap::argument_parser_exception:
ap::invalid_configuration ap::lookup_failure ap::parsing_failure ap::type_error

Public Member Functions

 argument_parser_exception (const std::string &message)
 

Detailed Description

Base type for the argument parser functionality errors/exceptions.

Definition at line 17 of file exceptions.hpp.

Constructor & Destructor Documentation

◆ argument_parser_exception()

ap::argument_parser_exception::argument_parser_exception ( const std::string &  message)
inlineexplicit
Parameters
messageA descriptive message providing information about the exception.

Definition at line 19 of file exceptions.hpp.


The documentation for this struct was generated from the following file: