mirror of
https://github.com/micropython/micropython.git
synced 2025-09-06 01:40:34 +02:00
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'
|
|
|