gz-cpp-util 1.3
A c++20 library containing various utilities
gz::Exception Class Reference

The parent for all other exceptions. More...

#include <exceptions.hpp>

Inheritance diagram for gz::Exception:
gz::FileIOError gz::InvalidArgument gz::InvalidType

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
 

Detailed Description

The parent for all other exceptions.


The documentation for this class was generated from the following file: