1 #ifndef PASSWORD_FILE_IO_PARSINGEXCEPTION_H
2 #define PASSWORD_FILE_IO_PARSINGEXCEPTION_H
13 explicit ParsingException(
const std::string &message = std::string()) noexcept;
The exception that is thrown when a parsing error occurs.
#define PASSWORD_FILE_EXPORT
Marks the symbol to be exported by the passwordfile library.
Contains all IO related classes.