HelenOS sources

nested_exception  112 uspace/lib/cpp/include/__bits/exception.hpp             nested_exception() noexcept = default;
nested_exception  113 uspace/lib/cpp/include/__bits/exception.hpp             nested_exception(const nested_exception&) noexcept = default;
nested_exception  114 uspace/lib/cpp/include/__bits/exception.hpp             nested_exception& operator=(const nested_exception&) noexcept = default;
nested_exception  115 uspace/lib/cpp/include/__bits/exception.hpp             virtual ~nested_exception() = default;
nested_exception  133 uspace/lib/cpp/include/__bits/exception.hpp         auto casted = dynamic_cast<const nested_exception*>(&e);
nested_exception  117 uspace/lib/cpp/src/exception.cpp     [[noreturn]] void nested_exception::throw_nested() const
nested_exception  122 uspace/lib/cpp/src/exception.cpp     exception_ptr nested_exception::nested_ptr() const noexcept
HelenOS homepage, sources at GitHub