All errors derive from this one.
More...
#include <CLI11.hpp>
All errors derive from this one.
◆ Error() [1/2]
CLI::Error::Error |
( |
std::string |
name, |
|
|
std::string |
msg, |
|
|
int |
exit_code = static_cast<int>(ExitCodes::BaseClass) |
|
) |
| |
|
inline |
◆ Error() [2/2]
CLI::Error::Error |
( |
std::string |
name, |
|
|
std::string |
msg, |
|
|
ExitCodes |
exit_code |
|
) |
| |
|
inline |
◆ get_exit_code()
int CLI::Error::get_exit_code |
( |
| ) |
const |
|
inline |
◆ get_name()
std::string CLI::Error::get_name |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: