Not sure but maybe this should be set_exception()?

This commit is contained in:
King_DuckZ 2020-09-05 02:15:01 +01:00
parent baf0256f84
commit 200c74757d

View file

@ -93,7 +93,7 @@ inline void TimerOroApi<Op>::fetch_data (bool with_raw) {
if (429 == status_code) { if (429 == status_code) {
} }
else { else {
throw err; this->set_exception(std::current_exception());
} }
} }
#endif #endif