Contents

  1. history
https://www.programcreek.com/python/example/97820/dns.exception.DNSException

Handling socket errors gracefully https://subscription.packtpub.com/book/cloud-and-networking/9781786463999/1/ch01lvl1sec09/handling-socket-errors-gracefully

except socket.error as e: 
        print ("Error creating socket: %s" % e) 

1. history


CategoryDns CategoryWatch CategoryTemplate

MoinQ: Python/DNS.exception (last edited 2023-03-31 00:37:38 by ToshinoriMaeno)