|
Code forensics
0.1
Generate historical information about code changes
|
more informative validation error exception More...
#include <cli_options.hpp>


Public Member Functions | |
| validation_error (Str _msg) | |
| create validation error with 'invalid option' state More... | |
| const char * | what () const noexcept override |
| get error message description, returning baseline one concatenated with the user-provdede elaboration More... | |
Private Attributes | |
| Str | msg |
| Stored user message. More... | |
more informative validation error exception
Derived from the regular validation error and only providing support for the user-provided error elaboration.
|
inline |
create validation error with 'invalid option' state
|
inlineoverridenoexcept |
get error message description, returning baseline one concatenated with the user-provdede elaboration
|
private |
Stored user message.