This exception is thrown when an option is parsed unexpectedly such as when an argument was expected for a previous option or if an option was found that has not been defined. More...
#include <argagg.hpp>
Additional Inherited Members | |
Public Member Functions inherited from std::runtime_error | |
| T | runtime_error (T...args) |
| T | what (T...args) |
Public Member Functions inherited from std::exception | |
| T | what (T...args) |
| T | ~exception (T...args) |
| T | operator= (T...args) |
| T | exception (T...args) |
This exception is thrown when an option is parsed unexpectedly such as when an argument was expected for a previous option or if an option was found that has not been defined.
Definition at line 121 of file argagg.hpp.
1.8.5