$darkmode
#include <error.hpp>
Public Member Functions | |
| ConcludedError (std::exception &e) | |
| std::exception & | cause () const noexcept |
| const char * | what () const noexcept override |
ConcludedError can be used to signify that an error has already been logged to the output.
It is expected that the cause has already been logged at ERROR level.