Kaydet (Commit) 67ebfefe authored tarafından Benjamin Peterson's avatar Benjamin Peterson

add BufferError to the exception hieracrchy

üst c0bf76d3
...@@ -3,6 +3,7 @@ BaseException ...@@ -3,6 +3,7 @@ BaseException
+-- KeyboardInterrupt +-- KeyboardInterrupt
+-- GeneratorExit +-- GeneratorExit
+-- Exception +-- Exception
+-- BufferError
+-- StopIteration +-- StopIteration
+-- StandardError +-- StandardError
| +-- ArithmeticError | +-- ArithmeticError
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment