Public Member Functions | |
SessionException (SessionErrorReason::Enum reason, const std::string &message) | |
SessionException (SessionErrorReason::Enum reason, const std::string &message, const std::exception &cause) | |
~SessionException () noexcept override=default | |
const char * | what () const noexcept override |
SessionErrorReason::Enum | reason () const |
const std::string & | toString () const |
Definition at line 41 of file SessionException.h.
SessionException | ( | SessionErrorReason::Enum | reason, |
const std::string & | message ) |
SessionException | ( | SessionErrorReason::Enum | reason, |
const std::string & | message, | ||
const std::exception & | cause ) |
|
overridedefaultnoexcept |
|
inline |
Definition at line 52 of file SessionException.h.
|
inline |
Definition at line 57 of file SessionException.h.
|
overridenoexcept |