mirror of
https://github.com/micropython/micropython.git
synced 2026-05-01 13:20:14 +02:00
a279c64046
Signed-off-by: Damien George <damien@micropython.org>
19 lines
184 B
Plaintext
19 lines
184 B
Plaintext
caught
|
|
Exception: msg
|
|
|
|
caught
|
|
Exception: fail
|
|
|
|
finally
|
|
caught
|
|
Exception: fail
|
|
|
|
reraise
|
|
Exception: fail
|
|
|
|
caught
|
|
Exception: fail
|
|
|
|
AttributeError: 'function' object has no attribute 'X'
|
|
|