0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-27 19:28:52 +02:00

modules/client/search: Propagate exceptions from room handler.

This commit is contained in:
Jason Volk 2022-10-08 15:38:10 -07:00
parent 6fb9cd7bf1
commit 5294e607bd

View file

@ -320,7 +320,7 @@ try
result.elapsed.pretty(tmbuf),
};
}
catch(const std::system_error &)
catch(const ctx::interrupted &)
{
throw;
}
@ -331,6 +331,8 @@ catch(const std::exception &e)
log, "search :%s",
e.what()
};
throw;
}
bool