mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
Add SystemExit exception and use it in unix/ and stmhal/ ports.
Addresses issue #598.
This commit is contained in:
@@ -102,6 +102,7 @@ Q(OverflowError)
|
||||
Q(RuntimeError)
|
||||
Q(SyntaxError)
|
||||
Q(SystemError)
|
||||
Q(SystemExit)
|
||||
Q(TypeError)
|
||||
Q(UnboundLocalError)
|
||||
Q(ValueError)
|
||||
|
||||
Reference in New Issue
Block a user