• File: error.py
  • Full Path: /home/masbinta/public_html/admin/installer/css/sass/sym404/root/opt/alt/python38/lib/python3.8/site-packages/aiodns/error.py
  • File size: 134 bytes
  • MIME-type: text/x-python
  • Charset: utf-8

import pycares

for code, name in pycares.errno.errorcode.items():
    globals()[name] = code


class DNSError(Exception):
    pass