Searched refs:empty_error (Results 1 – 5 of 5) sorted by relevance
20 } catch (const rxcpp::empty_error& ex) {53 } catch (const rxcpp::empty_error& ex) {109 } catch (const rxcpp::empty_error& ex) {143 } catch (const rxcpp::empty_error& ex) {177 } catch (const rxcpp::empty_error& ex) {211 } catch (const rxcpp::empty_error& ex) {
25 catch (const rxcpp::empty_error& ex) { in __anon97cb0d520402()53 catch (const rxcpp::empty_error& ex) { in __anon97cb0d520902()111 catch (const rxcpp::empty_error& ex) { in __anon97cb0d521302()157 catch (const rxcpp::empty_error& ex) { in __anon97cb0d521b02()203 catch (const rxcpp::empty_error& ex) { in __anon97cb0d522302()249 catch (const rxcpp::empty_error& ex) { in __anon97cb0d522b02()
247 … rxu::throw_exception(rxcpp::empty_error("average() requires a stream with at least one value")); in operator ()()267 … rxu::throw_exception(rxcpp::empty_error("sum() requires a stream with at least one value")); in operator ()()286 … rxu::throw_exception(rxcpp::empty_error("max() requires a stream with at least one value")); in operator ()()305 … rxu::throw_exception(rxcpp::empty_error("min() requires a stream with at least one value")); in operator ()()323 … rxu::throw_exception(rxcpp::empty_error("first() requires a stream with at least one value")); in operator ()()342 … rxu::throw_exception(rxcpp::empty_error("last() requires a stream with at least one value")); in operator ()()
289 class empty_error: public std::runtime_error class292 explicit empty_error(const std::string& msg): in empty_error() function in rxcpp::empty_error
291 … rxu::throw_exception(rxcpp::empty_error("first() requires a stream with at least one value")); in first()317 … rxu::throw_exception(rxcpp::empty_error("last() requires a stream with at least one value")); in last()