add BufferError to the exception hieracrchy
This commit is contained in:
parent
c0bf76d3cf
commit
67ebfefef5
|
@ -3,6 +3,7 @@ BaseException
|
|||
+-- KeyboardInterrupt
|
||||
+-- GeneratorExit
|
||||
+-- Exception
|
||||
+-- BufferError
|
||||
+-- StopIteration
|
||||
+-- StandardError
|
||||
| +-- ArithmeticError
|
||||
|
|
Loading…
Reference in New Issue