I mess up again; BufferError inherits StandardError

This commit is contained in:
Benjamin Peterson 2008-07-30 23:49:28 +00:00
parent 23957cb8fb
commit b8827c00b8

View file

@ -3,9 +3,9 @@ BaseException
+-- KeyboardInterrupt
+-- GeneratorExit
+-- Exception
+-- BufferError
+-- StopIteration
+-- StandardError
| +-- BufferError
| +-- ArithmeticError
| | +-- FloatingPointError
| | +-- OverflowError