Passwordfile library  3.1.4
C++ library to read/write passwords from/to encrypted files
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 
20 {
21 }
22 }
CryptoException(const std::string &openSslErrorQueue) USE_NOTHROW
Constructs a crypto exception.
virtual ~CryptoException() USE_NOTHROW
Destroys the exception.
Contains all IO related classes.