Parser exception thrown when an argument could not be casted to the according type. More...
#include <sharg/exceptions.hpp>
Public Member Functions | |
validation_error (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 an argument could not be casted to the according type.
|
stable-apiinline |
The constructor.
[in] | s | The error message. |