mirror of
https://github.com/matrix-construct/construct
synced 2024-12-31 18:04:06 +01:00
ircd:Ⓜ️:sync: No propagation of m::error from polylog sync handlers.
This commit is contained in:
parent
11af393444
commit
fe1f097e58
1 changed files with 0 additions and 2 deletions
|
@ -711,8 +711,6 @@ catch(const m::error &e)
|
||||||
e.what(),
|
e.what(),
|
||||||
e.content
|
e.content
|
||||||
};
|
};
|
||||||
|
|
||||||
throw;
|
|
||||||
}
|
}
|
||||||
catch(const std::exception &e)
|
catch(const std::exception &e)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue