std::system_error plus the name of what was being attempted
More...
#include <util.hh>
std::system_error plus the name of what was being attempted
Definition at line 16 of file util.hh.
◆ tagged_error()
Construct from a category, an attempt, and an error code.
- Parameters
-
[in] | category | is the category of error |
[in] | attempt | is what was supposed to happen |
[in] | error_code | is the resulting error |
Definition at line 25 of file util.hh.
◆ what()
const char* tagged_error::what |
( |
| ) |
const |
|
inlineoverridenoexcept |
Returns a C string describing the error.
Definition at line 29 of file util.hh.
◆ _attempt_and_error
What was attempted, and what happened.
Definition at line 18 of file util.hh.
The documentation for this class was generated from the following file:
- /home/cs144/sponge/libsponge/util/util.hh