kaycxx-cli
C++ CLI library
Loading...
Searching...
No Matches
Public Member Functions | List of all members
kaycxx::cli::parse_error Class Reference

Error thrown when command line arguments cannot be parsed. More...

#include <kaycxx/cli/parse_error.hpp>

Inheritance diagram for kaycxx::cli::parse_error:
Inheritance graph
[legend]
Collaboration diagram for kaycxx::cli::parse_error:
Collaboration graph
[legend]

Public Member Functions

 parse_error (std::string_view message)
 Creates a parse error.
 

Detailed Description

Error thrown when command line arguments cannot be parsed.

Constructor & Destructor Documentation

◆ parse_error()

kaycxx::cli::parse_error::parse_error ( std::string_view  message)
explicit

Creates a parse error.

Parameters
messageError message.

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