Passwordfile library
5.0.12
C++ library to read/write passwords from/to encrypted files
Loading...
Searching...
No Matches
io
parsingexception.cpp
Go to the documentation of this file.
1
#include "
./parsingexception.h
"
2
3
namespace
Io
{
4
15
ParsingException::ParsingException
(
const
std::string &message) noexcept
16
: runtime_error(message)
17
{
18
}
19
23
ParsingException::ParsingException
(
const
char
*message) noexcept
24
: runtime_error(message)
25
{
26
}
27
31
ParsingException::~ParsingException
()
32
{
33
}
34
35
}
// namespace Io
Io::ParsingException::ParsingException
ParsingException(const std::string &message=std::string()) noexcept
Constructs a parsing exception.
Definition
parsingexception.cpp:15
Io::ParsingException::~ParsingException
~ParsingException() override
Destroys the parsing exception.
Definition
parsingexception.cpp:31
Io
Contains all IO related classes.
Definition
cryptoexception.h:9
parsingexception.h
Generated on Tue Aug 6 2024 22:26:30 for Passwordfile library by
1.11.0