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) {
|
if (429 == status_code) {
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
throw err;
|
this->set_exception(std::current_exception());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue