D++ (DPP)
C++ Discord API Bot Library
|
This is the complete list of members for dpp::cache_exception, including all inherited members.
code() const noexcept | dpp::exception | inline |
error_code | dpp::exception | protected |
exception()=default | dpp::exception | |
exception(const char *what) | dpp::exception | inlineexplicit |
exception(exception_error_code code, const char *what) | dpp::exception | inlineexplicit |
exception(const char *what, size_t len) | dpp::exception | inline |
exception(const std::string &what) | dpp::exception | inlineexplicit |
exception(exception_error_code code, const std::string &what) | dpp::exception | inlineexplicit |
exception(std::string &&what) | dpp::exception | inlineexplicit |
exception(exception_error_code code, std::string &&what) | dpp::exception | inlineexplicit |
exception(const exception &)=default | dpp::exception | |
exception(exception &&)=default | dpp::exception | |
msg | dpp::exception | protected |
what() const noexcept override | dpp::exception | inline |
~exception() override=default | dpp::exception |