![]() |
Scarab
v3.1.0
Project 8 C++ Utility Library
|
All errors derive from this one. More...
#include <CLI11.hpp>
Public Member Functions | |
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) | |
Private Attributes | |
int | actual_exit_code |
std::string | error_name {"Error"} |
|
inline |