Loading...
Searching...
No Matches
OptionNotFound Class Reference

Thrown when counting a non-existent option. More...

#include <CLI11.h>

+ Inheritance diagram for OptionNotFound:

Additional Inherited Members

- Public Member Functions inherited from Error
CLI11_NODISCARD int get_exit_code () const
 
CLI11_NODISCARD 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)
 

Detailed Description

Thrown when counting a non-existent option.

Definition at line 963 of file CLI11.h.


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