Sharg 1.1.2-rc.1
The argument parser for bio-c++ tools.
|
Parser exception thrown when encountering unknown option. More...
#include <sharg/exceptions.hpp>
Public Member Functions | |
unknown_option (std::string const &s) | |
The constructor. | |
![]() | |
parser_error (std::string const &s) | |
The constructor. | |
![]() | |
T | runtime_error (T... args) |
T | what (T... args) |
Parser exception thrown when encountering unknown option.
|
inline |
The constructor.
[in] | s | The error message. |