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

Any error where a wrong type was used. More...

#include <exceptions.hpp>

Inheritance diagram for gz::InvalidType:
gz::Exception

Public Member Functions

 InvalidType (const std::string &what)
 
 InvalidType (const std::string &what, const std::string &functionName)
 
- Public Member Functions inherited from gz::Exception
 Exception (const std::string &what)
 
 Exception (const std::string &what, const std::string &functionName)
 
virtual const char * what () const noexcept override
 

Detailed Description

Any error where a wrong type was used.


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