Qrypt Security
|
#include <qryptsecurity_exceptions.h>
Public Member Functions | |
QryptSecurityException (std::string message) | |
Constructs QryptSecurityException. | |
~QryptSecurityException ()=default | |
Destroys QryptSecurityException. | |
const char * | what () const noexcept override |
Returns the error message. | |
|
inline |
Constructs QryptSecurityException.
errMsg | The error message |
|
default |
Destroys QryptSecurityException.
|
inlineoverridenoexcept |
Returns the error message.