mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
add BufferError to the exception hieracrchy
This commit is contained in:
parent
c0bf76d3cf
commit
67ebfefef5
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ BaseException
|
|||
+-- KeyboardInterrupt
|
||||
+-- GeneratorExit
|
||||
+-- Exception
|
||||
+-- BufferError
|
||||
+-- StopIteration
|
||||
+-- StandardError
|
||||
| +-- ArithmeticError
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue