Base exception class for all exceptions raised by Derecho. More...
#include <derecho_exception.hpp>
Public Member Functions | |
derecho_exception (const std::string &message) | |
const char * | what () const noexcept |
Public Attributes | |
const std::string | message |
Base exception class for all exceptions raised by Derecho.
Definition at line 19 of file derecho_exception.hpp.
|
inline |
Definition at line 21 of file derecho_exception.hpp.
|
inlinenoexcept |
Definition at line 24 of file derecho_exception.hpp.
const std::string derecho::derecho_exception::message |
Definition at line 20 of file derecho_exception.hpp.