Sign in
android
/
platform
/
external
/
pytorch
/
b5dd37f23efecdd27d1ff8862dcd59613c36211d
/
.
/
test
/
jit
/
myexception.py
blob: e60d30bd176921f0743fd34efc09e66bfea31fe3 [
file
] [
log
] [
blame
]
r
"""
Define exceptions used in test_exception.py. We define them in a
separate file on purpose to make sure the fully qualified exception class name
is captured correctly in suce cases.
"""
class
MyKeyError
(
KeyError
):
pass