Closed vasild closed 4 years ago
This would make the error messages a bit more descriptive.
For example: ex.what() could be Invalid argument before this patch and socketpair: Invalid argument after this patch.
ex.what()
Invalid argument
socketpair: Invalid argument
This would make the error messages a bit more descriptive.
For example:
ex.what()
could beInvalid argument
before this patch andsocketpair: Invalid argument
after this patch.