Definition at line 55 of file main.cpp.
◆ cli_error() [1/2]
| anonymous_namespace{main.cpp}::cli_error::cli_error |
( |
std::string | message, |
|
|
const int | exit_code = 2 ) |
|
inlineexplicit |
Definition at line 57 of file main.cpp.
58 : std::runtime_error(std::move(message))
int exit_code() const noexcept
References exit_code_.
◆ cli_error() [2/2]
| anonymous_namespace{main.cpp}::cli_error::cli_error |
( |
std::string | message, |
|
|
const int | exit_code = 2 ) |
|
inlineexplicit |
Definition at line 57 of file main.cpp.
58 : std::runtime_error(std::move(message))
◆ exit_code() [1/2]
| int anonymous_namespace{main.cpp}::cli_error::exit_code |
( |
| ) |
const |
|
inlinenodiscardnoexcept |
◆ exit_code() [2/2]
| int anonymous_namespace{main.cpp}::cli_error::exit_code |
( |
| ) |
const |
|
inlinenodiscardnoexcept |
◆ exit_code_
| int anonymous_namespace{main.cpp}::cli_error::exit_code_ |
|
private |
The documentation for this class was generated from the following file: