Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
This is the complete list of members for iv::exception::SystemError, including all inherited members.
errorCode() const noexcept override | iv::exception::SystemError | inlinevirtual |
Exception(const std::string_view msg) | iv::exception::Exception | inlineexplicit |
Exception(const char *prefix, std::string_view msg) | iv::exception::Exception | inline |
Exception(std::string_view msg, const std::exception &e) | iv::exception::Exception | inline |
exceptionType() const noexcept override | iv::exception::SystemError | inlinevirtual |
m_errorCode | iv::exception::SystemError | private |
m_msg | iv::exception::Exception | protected |
SystemError(const std::string_view msg) | iv::exception::SystemError | inlineexplicit |
SystemError(std::string_view msg, int errCode) | iv::exception::SystemError | inline |
what() const noexcept override | iv::exception::Exception | inline |
~Exception() noexcept override=default | iv::exception::Exception |