Dangerous SNMP
|
This defines the base exception class for Dangerous SNMP. More...
#include <exception.hpp>
Public Member Functions | |
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... | |
Protected Attributes | |
std::string | _text |
This is the exception text. | |
This defines the base exception class for Dangerous SNMP.
|
explicitnoexcept |
Constructor.
text | The exception text. |
|
explicitnoexcept |
Constructor.
text | The exception text. |
|
virtualnoexcept |
This returns the text for the exception.