passwordfile/io/cryptoexception.cpp

9 lines
182 B
C++
Raw Normal View History

2015-09-06 20:33:27 +02:00
#include "./cryptoexception.h"
2015-04-22 19:06:29 +02:00
namespace Io {
/*!
* \class CryptoException
* \brief The exception that is thrown when an encryption/decryption error occurs.
*/
2018-03-20 20:11:31 +01:00
} // namespace Io