|
hydrobricks
|
Root exception class for all Hydrobricks-specific errors. More...
#include <Exceptions.h>
Public Member Functions | |
| HydrobricksError (const char *msg) | |
| HydrobricksError (const std::string &msg) | |
| HydrobricksError (const wxString &msg) | |
Root exception class for all Hydrobricks-specific errors.
All custom Hydrobricks exceptions ultimately inherit from this class, allowing for uniform exception handling at the top level.