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