The exception class.
More...
#include <Core.hpp>
|
| Exception (const std::string &message) |
| The constructor of the exception class. More...
|
|
const char * | what () const noexcept override |
| Get the message of the exception. More...
|
|
|
std::string | _message |
| The message of the exception.
|
|
◆ Exception()
uranus::ex::Exception::Exception |
( |
const std::string & |
message | ) |
|
|
inlineexplicit |
The constructor of the exception class.
- Parameters
-
message | The message of the exception. |
◆ what()
const char * uranus::ex::Exception::what |
( |
| ) |
const |
|
inlineoverridenoexcept |
Get the message of the exception.
- Returns
- the message of the exception.
The documentation for this class was generated from the following file:
- /github/workspace/client/include/uranus/Core.hpp