CPP-AP 3.0.1
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.

Examples
/home/runner/work/cpp-ap/cpp-ap/include/ap/argument_parser.hpp.

Definition at line 18 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 20 of file exceptions.hpp.


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