Files
TencentOS-tiny/components/language/micropython/tests/basics/subclass_native_exc_new.py.exp
2022-09-29 12:10:37 +08:00

7 lines
217 B
Plaintext

GoodException __new__
<class 'Dummy'> good message
BadException __new__
<class 'TypeError'> exceptions must derive from BaseException
BadException __new__
<class 'TypeError'> exceptions must derive from BaseException