Home
last modified time | relevance | path

Searched defs:composite_exception (Results 1 – 1 of 1) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-composite_exception.hpp12 struct composite_exception : std::exception { struct
14 typedef std::vector<rxu::error_ptr> exception_values;
16 virtual const char *what() const RXCPP_NOEXCEPT override { in what()
20 virtual bool empty() const { in empty()
24 virtual composite_exception add(rxu::error_ptr exception_ptr) { in add()
29 exception_values exceptions;