|
Sharg 1.2.0-rc.2
The argument parser for bio-c++ tools.
|
Parser exception thrown when a non-list option is declared multiple times. More...
#include <sharg/exceptions.hpp>
Inheritance diagram for sharg::option_declared_multiple_times:Public Member Functions | |
| option_declared_multiple_times (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 non-list option is declared multiple times.
|
inline |
The constructor.
| [in] | s | The error message. |