| ChainCLI
    A modern C++20 command-line interface library | 
Exception thrown when documentation strings of a command are not built. More...
#include <docs_exception.h>
 
 | Public Member Functions | |
| DocsNotBuildException (const std::string &message, const Command &command) | |
| Construct a DocsNotBuildException with a message and command. | |
| const Command & | getCommand () const noexcept | 
| Gets the command whose documentation wasn't built. | |
Exception thrown when documentation strings of a command are not built.
| 
 | inline | 
Construct a DocsNotBuildException with a message and command.
| message | The error message | 
| command | The command whose docs weren't built | 
| 
 | inlinenoexcept | 
Gets the command whose documentation wasn't built.