DEBSOURCES
Skip Quicknav
sources / python-iptables / 1.0.1-4 / iptc / errors.py
12345678
# -*- coding: utf-8 -*- class XTablesError(Exception): """Raised when an xtables call fails for some reason.""" __all__ = ['XTablesError']