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