Fill a new IOError from the message of errno

Property definitions

socket :: socket $ IOError :: from_errno
	# Fill a new `IOError` from the message of `errno`
	init from_errno do init errno.strerror
lib/socket/socket.nit:495,2--496,39