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