|
Jetpack documentation 1.0.0
|
An exception class for Jetpack errors. More...
#include <Exception.hpp>
Public Member Functions | |
| JetpackError (const std::string &message) | |
| Constructor for JetpackError class. | |
| ~JetpackError () override=default | |
| Destructor for JetpackError class. | |
| const char * | what () const noexcept override |
| Gets the message of the exception. | |
Private Attributes | |
| std::string | _message |
An exception class for Jetpack errors.
|
inlineexplicit |
Constructor for JetpackError class.
| message | The message of the what() function |
|
inlineoverridenoexcept |
Gets the message of the exception.