Passwordfile library
3.1.2
C++ library to read/write passwords from/to encrypted files
Main Page
Namespaces
Classes
Files
File List
File Members
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 :
13
runtime_error(openSslErrorQueue)
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 Sun Sep 11 2016 23:35:47 for Passwordfile library by
1.8.11