CPP-ARGON 4.0.0
Command-Line Argument Parser for C++20
Loading...
Searching...
No Matches
argon::argument_parser_exception Struct Reference

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

#include <exceptions.hpp>

Inheritance diagram for argon::argument_parser_exception:
argon::invalid_configuration argon::lookup_failure argon::parsing_failure argon::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-argon/cpp-argon/include/argon/argument_parser.hpp.

Definition at line 18 of file exceptions.hpp.

Constructor & Destructor Documentation

◆ argument_parser_exception()

argon::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: