Method: Ice::DNSException#initialize
- Defined in:
- lib/Ice/LocalException.rb
#initialize(error = 0, host = '') ⇒ DNSException
Returns a new instance of DNSException.
540 541 542 543 |
# File 'lib/Ice/LocalException.rb', line 540 def initialize(error=0, host='') @error = error @host = host end |