CPP-AP 2.2.6
Command-line argument parser for C++20
|
Exception type used for element lookup errors. More...
#include <exceptions.hpp>
Public Member Functions | |
lookup_failure (const std::string &message) | |
![]() | |
argument_parser_exception (const std::string &message) | |
Static Public Member Functions | |
static lookup_failure | argument_not_found (const std::string_view &arg_name) noexcept |
Exception type used for element lookup errors.
Definition at line 121 of file exceptions.hpp.
|
inlineexplicit |
Definition at line 122 of file exceptions.hpp.
|
inlinestaticnoexcept |
Definition at line 124 of file exceptions.hpp.