Base exception class for GEAR - all other exceptions extend this. More...
#include <GEAR.h>
Public Member Functions | |
Exception (const std::string &text) | |
virtual const char * | what () const noexcept |
Protected Attributes | |
std::string | message {} |
Base exception class for GEAR - all other exceptions extend this.