diff options
Diffstat (limited to 'Lib/test/exception_hierarchy.txt')
-rw-r--r-- | Lib/test/exception_hierarchy.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/exception_hierarchy.txt b/Lib/test/exception_hierarchy.txt index cf54454..5c0bfda 100644 --- a/Lib/test/exception_hierarchy.txt +++ b/Lib/test/exception_hierarchy.txt @@ -2,7 +2,9 @@ BaseException ├── SystemExit ├── KeyboardInterrupt ├── GeneratorExit + ├── BaseExceptionGroup └── Exception + ├── ExceptionGroup [BaseExceptionGroup] ├── StopIteration ├── StopAsyncIteration ├── ArithmeticError |