Searched refs:StartupExceptionRegistry (Results 1 – 1 of 1) sorted by relevance
2919 class StartupExceptionRegistry;2931 virtual StartupExceptionRegistry const& getStartupExceptionRegistry() const = 0;12247 class StartupExceptionRegistry { class12314 StartupExceptionRegistry const& getStartupExceptionRegistry() const override { in getStartupExceptionRegistry()12346 StartupExceptionRegistry m_exceptionRegistry;13378 void StartupExceptionRegistry::add( std::exception_ptr const& exception ) noexcept { in add()13387 … std::vector<std::exception_ptr> const& StartupExceptionRegistry::getExceptions() const noexcept { in getExceptions()