Passwordfile library  3.2.0
C++ library to read/write passwords from/to encrypted files
Public Member Functions | List of all members
Io::CryptoException Class Reference

The exception that is thrown when an encryption/decryption error occurs. More...

#include <cryptoexception.h>

Inheritance diagram for Io::CryptoException:
[legend]
Collaboration diagram for Io::CryptoException:
[legend]

Public Member Functions

 CryptoException (const std::string &openSslErrorQueue) noexcept
 Constructs a crypto exception. More...
 
 ~CryptoException () noexcept
 Destroys the exception. More...
 

Detailed Description

The exception that is thrown when an encryption/decryption error occurs.

Definition at line 11 of file cryptoexception.h.

Constructor & Destructor Documentation

◆ CryptoException()

Io::CryptoException::CryptoException ( const std::string &  openSslErrorQueue)
noexcept

Constructs a crypto exception.

Definition at line 12 of file cryptoexception.cpp.

◆ ~CryptoException()

Io::CryptoException::~CryptoException ( )
noexcept

Destroys the exception.

Definition at line 20 of file cryptoexception.cpp.


The documentation for this class was generated from the following files: