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