5 #if !defined(RXCPP_SOURCES_RX_COMPOSITE_EXCEPTION_HPP) 6 #define RXCPP_SOURCES_RX_COMPOSITE_EXCEPTION_HPP 17 return "rxcpp composite exception";
Definition: rx-all.hpp:26
std::vector< std::exception_ptr > exception_values
Definition: rx-composite_exception.hpp:14
#define RXCPP_NOEXCEPT
Definition: rx-includes.hpp:131
exception_values exceptions
Definition: rx-composite_exception.hpp:29
virtual composite_exception add(std::exception_ptr exception_ptr)
Definition: rx-composite_exception.hpp:24
virtual const char * what() const RXCPP_NOEXCEPT override
Definition: rx-composite_exception.hpp:16
virtual bool empty() const
Definition: rx-composite_exception.hpp:20
Definition: rx-composite_exception.hpp:12