Parser exception thrown when too many arguments are provided. More...
#include <sharg/exceptions.hpp>
Public Member Functions | |
too_many_arguments (std::string const &s) | |
The constructor. More... | |
![]() | |
parser_error (std::string const &s) | |
The constructor. More... | |
![]() | |
T | runtime_error (T... args) |
T | what (T... args) |
Parser exception thrown when too many arguments are provided.
|
stable-apiinline |
The constructor.
[in] | s | The error message. |