artiq: Update host exception list to match possibly thrown types

David Mak 2023-10-03 12:09:41 +08:00
parent 1659c3e724
commit a15b40890d
1 changed files with 7 additions and 0 deletions

View File

@ -18,6 +18,13 @@ class EmbeddingMap:
"SPIError",
"0:ZeroDivisionError",
"0:IndexError",
"0:ValueError",
"0:RuntimeError",
"0:AssertionError",
"0:KeyError",
"0:NotImplementedError",
"0:OverflowError",
"0:IOError",
"0:UnwrapNoneError"])
def preallocate_runtime_exception_names(self, names):