summaryrefslogtreecommitdiff
path: root/lib/python2.7/test/exception_hierarchy.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python2.7/test/exception_hierarchy.txt')
-rw-r--r--lib/python2.7/test/exception_hierarchy.txt50
1 files changed, 0 insertions, 50 deletions
diff --git a/lib/python2.7/test/exception_hierarchy.txt b/lib/python2.7/test/exception_hierarchy.txt
deleted file mode 100644
index 82b6ddf..0000000
--- a/lib/python2.7/test/exception_hierarchy.txt
+++ /dev/null
@@ -1,50 +0,0 @@
-BaseException
- +-- SystemExit
- +-- KeyboardInterrupt
- +-- GeneratorExit
- +-- Exception
- +-- StopIteration
- +-- StandardError
- | +-- BufferError
- | +-- ArithmeticError
- | | +-- FloatingPointError
- | | +-- OverflowError
- | | +-- ZeroDivisionError
- | +-- AssertionError
- | +-- AttributeError
- | +-- EnvironmentError
- | | +-- IOError
- | | +-- OSError
- | | +-- WindowsError (Windows)
- | | +-- VMSError (VMS)
- | +-- EOFError
- | +-- ImportError
- | +-- LookupError
- | | +-- IndexError
- | | +-- KeyError
- | +-- MemoryError
- | +-- NameError
- | | +-- UnboundLocalError
- | +-- ReferenceError
- | +-- RuntimeError
- | | +-- NotImplementedError
- | +-- SyntaxError
- | | +-- IndentationError
- | | +-- TabError
- | +-- SystemError
- | +-- TypeError
- | +-- ValueError
- | +-- UnicodeError
- | +-- UnicodeDecodeError
- | +-- UnicodeEncodeError
- | +-- UnicodeTranslateError
- +-- Warning
- +-- DeprecationWarning
- +-- PendingDeprecationWarning
- +-- RuntimeWarning
- +-- SyntaxWarning
- +-- UserWarning
- +-- FutureWarning
- +-- ImportWarning
- +-- UnicodeWarning
- +-- BytesWarning