|  | Toolbox snapshot
    The Reactive C++ Toolbox | 
This is the complete list of members for toolbox::util::Exception, including all inherited members.
| code() const noexcept | toolbox::util::Exception | inline | 
| Exception(std::error_code ec=std::error_code()) | toolbox::util::Exception | explicit | 
| Exception(int err, const std::error_category &ecat) | toolbox::util::Exception | |
| Exception(std::error_code ec, std::string_view what) | toolbox::util::Exception | |
| Exception(int err, const std::error_category &ecat, std::string_view what) | toolbox::util::Exception | |
| Exception(const Exception &)=default | toolbox::util::Exception | |
| Exception(Exception &&) noexcept=default | toolbox::util::Exception | |
| operator=(const Exception &)=default | toolbox::util::Exception | |
| operator=(Exception &&) noexcept=default | toolbox::util::Exception | |
| to_json(std::ostream &os, int code, const char *message) | toolbox::util::Exception | static | 
| to_json(std::ostream &os, const std::error_code &code, const char *message) | toolbox::util::Exception | inlinestatic | 
| to_json(std::ostream &os) const | toolbox::util::Exception | inline | 
| ~Exception() override | toolbox::util::Exception |