gz-cpp-util 1.3
A c++20 library containing various utilities
exceptions.hpp File Reference

Contains exceptions used in this library. More...

#include <exception>
#include <string>

Go to the source code of this file.

Classes

class  gz::Exception
 The parent for all other exceptions. More...
 
class  gz::FileIOError
 Any error that occurs during file io. More...
 
class  gz::InvalidArgument
 Any error that implies an invalid argument was passed to a function. More...
 
class  gz::InvalidType
 Any error where a wrong type was used. More...
 

Detailed Description

Contains exceptions used in this library.