0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-01-16 09:36:54 +01:00

ircd:Ⓜ️ Use more generic exception catch here.

This commit is contained in:
Jason Volk 2019-01-23 16:10:50 -08:00
parent c2521b587b
commit b439e935ab

View file

@ -50,7 +50,7 @@ try
{
presence::set(me, "online", me_online_status_msg);
}
catch(const m::error &e)
catch(const http::error &e)
{
log::critical
{