1#ifndef APPLICATION_UTILITIES_PARSE_ERROR_H
2#define APPLICATION_UTILITIES_PARSE_ERROR_H
22 :
std::runtime_error(
"undetermined parsing")
30 :
std::runtime_error(what)
The ParseError class is thrown by an ArgumentParser when a parsing error occurs.
ParseError()
Constructs a new ParseError.
#define CPP_UTILITIES_EXPORT
Marks the symbol to be exported by the c++utilities library.
Contains all utilities provides by the c++utilities library.
CPP_UTILITIES_EXPORT std::ostream & operator<<(std::ostream &out, Indentation indentation)