Passwordfile library
3.2.0
C++ library to read/write passwords from/to encrypted files
|
The exception that is thrown when a parsing error occurs. More...
#include <parsingexception.h>
Public Member Functions | |
ParsingException (const std::string &message=std::string()) noexcept | |
Constructs a parsing exception. More... | |
~ParsingException () noexcept | |
Destroys the exception. More... | |
The exception that is thrown when a parsing error occurs.
Definition at line 11 of file parsingexception.h.
|
noexcept |
Constructs a parsing exception.
Definition at line 13 of file parsingexception.cpp.
|
noexcept |
Destroys the exception.
Definition at line 21 of file parsingexception.cpp.