micropython/tests/cpydiff/types_exception_chaining.py

11 wiersze
183 B
Python

"""
categories: Types,Exception
description: Exception chaining not implemented
cause: Unknown
workaround: Unknown
"""
try:
raise TypeError
except TypeError:
raise ValueError