![]() |
Scarab
v2.4.0
Project 8 C++ Utility Library
|
Thrown when too many positionals or options are found. More...
#include <CLI11.hpp>

Public Member Functions | |
| ExtrasError (std::string msg, ExitCodes exit_code) | |
| ExtrasError (std::string msg, int exit_code) | |
| ExtrasError (std::vector< std::string > args) | |
Public Member Functions inherited from ParseError | |
| ParseError (std::string msg, ExitCodes exit_code) | |
| ParseError (std::string msg, int exit_code) | |
Public Member Functions inherited from Error | |
| int | get_exit_code () const |
| std::string | get_name () const |
| Error (std::string name, std::string msg, int exit_code=static_cast< int >(ExitCodes::BaseClass)) | |
| Error (std::string name, std::string msg, ExitCodes exit_code) | |
Protected Member Functions | |
| ExtrasError (std::string ExtrasError, std::string msg, int exit_code) | |
| ExtrasError (std::string ExtrasError, std::string msg, ExitCodes exit_code) | |
Protected Member Functions inherited from ParseError | |
| ParseError (std::string ParseError, std::string msg, int exit_code) | |
| ParseError (std::string ParseError, std::string msg, ExitCodes exit_code) | |
|
inlineprotected |
|
inlineprotected |
|
inline |
|
inline |
|
inlineexplicit |
1.8.11