add BufferError to the exception hieracrchy

This commit is contained in:
Benjamin Peterson 2008-07-30 19:35:27 +00:00
parent c0bf76d3cf
commit 67ebfefef5
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ BaseException
+-- KeyboardInterrupt
+-- GeneratorExit
+-- Exception
+-- BufferError
+-- StopIteration
+-- StandardError
| +-- ArithmeticError