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

I mess up again; BufferError inherits StandardError

üst 23957cb8
...@@ -3,9 +3,9 @@ BaseException ...@@ -3,9 +3,9 @@ BaseException
+-- KeyboardInterrupt +-- KeyboardInterrupt
+-- GeneratorExit +-- GeneratorExit
+-- Exception +-- Exception
+-- BufferError
+-- StopIteration +-- StopIteration
+-- StandardError +-- StandardError
| +-- BufferError
| +-- ArithmeticError | +-- ArithmeticError
| | +-- FloatingPointError | | +-- FloatingPointError
| | +-- OverflowError | | +-- OverflowError
......
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