CPP-AP 2.2.6
Command-line argument parser for C++20
|
Exception type used for invalid configuration of an argument parser or its arguments. More...
#include <exceptions.hpp>
Public Member Functions | |
invalid_configuration (const std::string &message) | |
![]() | |
argument_parser_exception (const std::string &message) | |
Static Public Member Functions | |
static invalid_configuration | invalid_argument_name (const std::string_view arg_name, const std::string_view reason) noexcept |
static invalid_configuration | argument_name_used (const detail::argument_name &arg_name) noexcept |
Exception type used for invalid configuration of an argument parser or its arguments.
Definition at line 23 of file exceptions.hpp.
|
inlineexplicit |
Definition at line 24 of file exceptions.hpp.
|
inlinestaticnoexcept |
Definition at line 35 of file exceptions.hpp.
|
inlinestaticnoexcept |
Definition at line 27 of file exceptions.hpp.