0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-25 09:58:54 +02:00

ircd:Ⓜ️:event: Relax reporting of all exceptions leeward of this frame.

This commit is contained in:
Jason Volk 2019-10-02 17:13:48 -07:00
parent f0b14a8ee9
commit 77cd60b970

View file

@ -633,7 +633,7 @@ try
closure(event);
}
}
catch(const std::exception &e)
catch(const json::not_found &e)
{
log::derror
{
@ -773,7 +773,7 @@ try
json::get<"signatures"_>(event) = {};
return event;
}
catch(const std::exception &e)
catch(const json::not_found &e)
{
log::derror
{