util: _detailedException to _exceptionWithHostPort
authorEvan Lucas <evan@btc.com>
Thu, 8 Jan 2015 19:13:56 +0000 (20:13 +0100)
committerEvan Lucas <bertbelder@gmail.com>
Thu, 8 Jan 2015 19:16:38 +0000 (20:16 +0100)
commitb1a208c83cdea0a259cc557314a9566dcad9b5b2
treee7a6a2da272143f7c7db9029c2e91a34fbfffd1b
parent3937e8566da9eef72072d9b1737cf5859c65b543
util: _detailedException to _exceptionWithHostPort

The _detailedException() helper function used to be local to the 'net'
module, but now that it has been moved to 'util' a more descriptive name
is desirable.

PR-URL: https://github.com/iojs/io.js/pull/250
Reviewed-By: Bert Belder <bertbelder@gmail.com>
lib/net.js
lib/util.js