summaryrefslogtreecommitdiff
path: root/Lib/test/exception_hierarchy.txt
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2016-09-07 15:42:32 -0700
committerEric Snow <ericsnowcurrently@gmail.com>2016-09-07 15:42:32 -0700
commitc943265ba56e7ce7e2fe79fdecfc6670e10e5467 (patch)
tree3447a25e48844f57e2e8452aad43a3567101cd32 /Lib/test/exception_hierarchy.txt
parent86a76684269f940a20366cb42668f1acb0982dca (diff)
downloadcpython-git-c943265ba56e7ce7e2fe79fdecfc6670e10e5467.tar.gz
Issue #15767: Add ModuleNotFoundError.
Diffstat (limited to 'Lib/test/exception_hierarchy.txt')
-rw-r--r--Lib/test/exception_hierarchy.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/exception_hierarchy.txt b/Lib/test/exception_hierarchy.txt
index 05137654de..7333b2aa62 100644
--- a/Lib/test/exception_hierarchy.txt
+++ b/Lib/test/exception_hierarchy.txt
@@ -14,6 +14,7 @@ BaseException
+-- BufferError
+-- EOFError
+-- ImportError
+ +-- ModuleNotFoundError
+-- LookupError
| +-- IndexError
| +-- KeyError