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:
parent
7b4906e85f
commit
d96ec401bc
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue