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:
parent
c2521b587b
commit
b439e935ab
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue