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

Any error that implies an invalid argument was passed to a function. More...

#include <exceptions.hpp>

Inheritance diagram for gz::InvalidArgument:
gz::Exception

Public Member Functions

 InvalidArgument (const std::string &what)
 
 InvalidArgument (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 that implies an invalid argument was passed to a function.


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