|
|
|
|
|
by rendaw
2373 days ago
|
|
What's an error and what's an exception depends significantly on context. For the socket disconnect for example, maybe a child process maintains a connection to the parent manager process. A socket disconnect is absolutely unexpected then and explicitly handling it adds noise. |
|