gz-cpp-util 1.3
A c++20 library containing various utilities
|
The parent for all other exceptions. More...
#include <exceptions.hpp>
Public Member Functions | |
Exception (const std::string &what) | |
Exception (const std::string &what, const std::string &functionName) | |
virtual const char * | what () const noexcept override |
Private Attributes | |
std::string | whatStr |
The parent for all other exceptions.