Passwordfile library 5.0.12
C++ library to read/write passwords from/to encrypted files
|
The exception that is thrown when an encryption/decryption error occurs. More...
#include <cryptoexception.h>
Public Member Functions | |
CryptoException (const std::string &message) noexcept | |
Constructs a crypto exception. | |
CryptoException (const char *message) noexcept | |
Constructs a crypto exception. | |
~CryptoException () override | |
Destroys the crypto exception. | |
The exception that is thrown when an encryption/decryption error occurs.
Definition at line 11 of file cryptoexception.h.
|
explicitnoexcept |
Constructs a crypto exception.
Definition at line 14 of file cryptoexception.cpp.
|
explicitnoexcept |
Constructs a crypto exception.
Definition at line 22 of file cryptoexception.cpp.
|
override |
Destroys the crypto exception.
Definition at line 30 of file cryptoexception.cpp.