mirror of
https://github.com/matrix-construct/construct
synced 2024-11-12 13:01:07 +01:00
ircd:Ⓜ️:event: Relax reporting of all exceptions leeward of this frame.
This commit is contained in:
parent
f0b14a8ee9
commit
77cd60b970
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue