jubilant-funicular
|
Something went wrong. More...
#include <Errors.h>
Public Member Functions | |
Error (crstring desc="", ErrorType t=OTHER) | |
Error (const Error &other) | |
Public Attributes | |
std::string | description |
A description of what when wrong. | |
ErrorType | type |
The type of error that occured. | |
const Error * | prev = nullptr |
The most recent unhandled error before this one. | |