Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
toolbox::util::Exception Member List

This is the complete list of members for toolbox::util::Exception, including all inherited members.

code() const noexcepttoolbox::util::Exceptioninline
Exception(std::error_code ec=std::error_code())toolbox::util::Exceptionexplicit
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 &)=defaulttoolbox::util::Exception
Exception(Exception &&) noexcept=defaulttoolbox::util::Exception
operator=(const Exception &)=defaulttoolbox::util::Exception
operator=(Exception &&) noexcept=defaulttoolbox::util::Exception
to_json(std::ostream &os, int code, const char *message)toolbox::util::Exceptionstatic
to_json(std::ostream &os, const std::error_code &code, const char *message)toolbox::util::Exceptioninlinestatic
to_json(std::ostream &os) consttoolbox::util::Exceptioninline
~Exception() overridetoolbox::util::Exception