mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
7 lines
217 B
Plaintext
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
|