mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
py/dynruntime: Add mp_obj_exception_init function to create C exception.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -344,6 +344,7 @@ const mp_fun_table_t mp_fun_table = {
|
||||
&mp_type_fun_builtin_2,
|
||||
&mp_type_fun_builtin_3,
|
||||
&mp_type_fun_builtin_var,
|
||||
&mp_type_Exception,
|
||||
&mp_stream_read_obj,
|
||||
&mp_stream_readinto_obj,
|
||||
&mp_stream_unbuffered_readline_obj,
|
||||
|
||||
Reference in New Issue
Block a user