add BufferError to the exception hieracrchy
diff --git a/Lib/test/exception_hierarchy.txt b/Lib/test/exception_hierarchy.txt
index 064e8ca..e5ce891 100644
--- a/Lib/test/exception_hierarchy.txt
+++ b/Lib/test/exception_hierarchy.txt
@@ -3,6 +3,7 @@
  +-- KeyboardInterrupt
  +-- GeneratorExit
  +-- Exception
+      +-- BufferError
       +-- StopIteration
       +-- StandardError
       |    +-- ArithmeticError