1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Q(__traceback__)
Q(args)
Q(value)
Q(BaseException)
Q(SystemExit)
Q(KeyboardInterrupt)
Q(GeneratorExit)
Q(Exception)
Q(StopAsyncIteration)
Q(StopIteration)
Q(ArithmeticError)
Q(OverflowError)
Q(ZeroDivisionError)
Q(AssertionError)
Q(AttributeError)
Q(EOFError)
Q(ImportError)
Q(LookupError)
Q(IndexError)
Q(KeyError)
Q(MemoryError)
Q(NameError)
Q(OSError)
Q(RuntimeError)
Q(NotImplementedError)
Q(SyntaxError)
Q(IndentationError)
Q(TypeError)
Q(ValueError)
Q(UnicodeError)
|