Passwordfile library
3.2.0
C++ library to read/write passwords from/to encrypted files
io
parsingexception.cpp
Go to the documentation of this file.
1
#include "
./parsingexception.h
"
2
3
namespace
Io
{
4
13
ParsingException::ParsingException
(
const
std::string &message) noexcept
14
: runtime_error(message)
15
{
16
}
17
21
ParsingException::~ParsingException
() noexcept
22
{
23
}
24
}
// namespace Io
Io::ParsingException::~ParsingException
~ParsingException() noexcept
Destroys the exception.
Definition:
parsingexception.cpp:21
Io
Contains all IO related classes.
Definition:
cryptoexception.h:9
Io::ParsingException::ParsingException
ParsingException(const std::string &message=std::string()) noexcept
Constructs a parsing exception.
Definition:
parsingexception.cpp:13
parsingexception.h
Generated on Wed Sep 26 2018 14:49:33 for Passwordfile library by
1.8.14