Dangerous SNMP
|
This represents a failed attempt to encrypt information. More...
#include <exception.hpp>
Public Member Functions | |
EncryptionException (const char *text) noexcept | |
Constructor. More... | |
EncryptionException (const std::string &text) noexcept | |
Constructor. More... | |
![]() | |
Exception (const char *text) noexcept | |
Constructor. More... | |
Exception (const std::string &text) noexcept | |
Constructor. More... | |
virtual const char * | what () const noexcept |
This returns the text for the exception. More... | |
Additional Inherited Members | |
![]() | |
std::string | _text |
This is the exception text. | |
This represents a failed attempt to encrypt information.
|
explicitnoexcept |
Constructor.
text | The exception text. |
|
explicitnoexcept |
Constructor.
text | The exception text. |