Empirical
|
Information about an exception that has occured. More...
#include <errors.h>
Public Attributes | |
std::string | id |
A unique string ID for this exception type. More... | |
std::string | desc |
A detailed description of thie exception. More... | |
bool | default_to_error |
Should we default to an error (or a warning) if not resolved? More... | |
Information about an exception that has occured.
bool emp::ExceptInfo::default_to_error |
Should we default to an error (or a warning) if not resolved?
std::string emp::ExceptInfo::desc |
A detailed description of thie exception.
std::string emp::ExceptInfo::id |
A unique string ID for this exception type.