File: errors.py

package info (click to toggle)
python-iptables 1.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 564 kB
  • sloc: python: 3,098; makefile: 103; ansic: 77
file content (8 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
# -*- coding: utf-8 -*-


class XTablesError(Exception):
    """Raised when an xtables call fails for some reason."""


__all__ = ['XTablesError']