Passwordfile library
3.1.4
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) USE_NOTHROW : runtime_error(openSslErrorQueue)
13
{
14
}
15
19
CryptoException::~CryptoException
() USE_NOTHROW
20
{
21
}
22
}
Io::CryptoException::CryptoException
CryptoException(const std::string &openSslErrorQueue) USE_NOTHROW
Constructs a crypto exception.
Definition:
cryptoexception.cpp:12
Io::CryptoException::~CryptoException
virtual ~CryptoException() USE_NOTHROW
Destroys the exception.
Definition:
cryptoexception.cpp:19
Io
Contains all IO related classes.
Definition:
cryptoexception.h:9
cryptoexception.h
Generated on Wed May 31 2017 11:02:04 for Passwordfile library by
1.8.13