forked from External/ergo
clean up some error handling
This commit is contained in:
parent
daefa40b75
commit
15c54e80de
2 changed files with 7 additions and 9 deletions
|
|
@ -73,13 +73,6 @@ var (
|
|||
errRegisteredOnly = errors.New("Cannot join registered-only channel without an account")
|
||||
)
|
||||
|
||||
// Socket Errors
|
||||
var (
|
||||
errNoPeerCerts = errors.New("Client did not provide a certificate")
|
||||
errNotTLS = errors.New("Not a TLS connection")
|
||||
errReadQ = errors.New("ReadQ Exceeded")
|
||||
)
|
||||
|
||||
// String Errors
|
||||
var (
|
||||
errCouldNotStabilize = errors.New("Could not stabilize string while casefolding")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue