0
0
Fork 0
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:
Jason Volk 2019-02-05 00:55:52 -08:00
parent 11af393444
commit fe1f097e58

View file

@ -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)
{ {