Not sure but maybe this should be set_exception()?
This commit is contained in:
parent
baf0256f84
commit
200c74757d
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ inline void TimerOroApi<Op>::fetch_data (bool with_raw) {
|
|||
if (429 == status_code) {
|
||||
}
|
||||
else {
|
||||
throw err;
|
||||
this->set_exception(std::current_exception());
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue