Limo
A simple mod manager
Loading...
Searching...
No Matches
CryptographyError Class Reference

Exception indicating an error during a cryptographic operation. More...

#include <cryptography.h>

Inheritance diagram for CryptographyError:
Collaboration diagram for CryptographyError:

Public Member Functions

 CryptographyError (const char *message)
 Constructor.
 
 CryptographyError (const std::string &message)
 Constructor.
 

Detailed Description

Exception indicating an error during a cryptographic operation.

Constructor & Destructor Documentation

◆ CryptographyError() [1/2]

CryptographyError::CryptographyError ( const char * message)
inline

Constructor.

Parameters
messageMessage for the exception.

◆ CryptographyError() [2/2]

CryptographyError::CryptographyError ( const std::string & message)
inline

Constructor.

Parameters
messageMessage for the exception.

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