passwordfile/io/cryptoexception.cpp

9 lines
182 B
C++

#include "./cryptoexception.h"
namespace Io {
/*!
* \class CryptoException
* \brief The exception that is thrown when an encryption/decryption error occurs.
*/
} // namespace Io