0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-29 18:22:50 +01:00

ircd::net: Remove old cruft exceptions.

This commit is contained in:
Jason Volk 2018-02-06 13:17:08 -08:00
parent 7b4906e85f
commit d96ec401bc

View file

@ -25,9 +25,6 @@ namespace ircd::net
struct socket;
IRCD_EXCEPTION(ircd::error, error)
IRCD_EXCEPTION(error, invalid_argument)
IRCD_EXCEPTION(error, nxdomain)
IRCD_EXCEPTION(error, broken_pipe)
IRCD_EXCEPTION(error, disconnected)
IRCD_EXCEPTION(error, inauthentic)
IRCD_EXCEPTION(error, not_found)