|
Sharg 1.2.2-rc.1
The argument parser for bio-c++ tools.
|
Parser exception thrown when a required option is missing. More...
#include <sharg/exceptions.hpp>
Inheritance diagram for sharg::required_option_missing:Public Member Functions | |
| required_option_missing (std::string const &s) | |
| The constructor. | |
Public Member Functions inherited from sharg::parser_error | |
| parser_error (std::string const &s) | |
| The constructor. | |
Public Member Functions inherited from std::runtime_error | |
| T | runtime_error (T... args) |
| T | what (T... args) |
Parser exception thrown when a required option is missing.
|
inline |
The constructor.
| [in] | s | The error message. |