diff --git a/src/runtime/src/eh_artiq.rs b/src/runtime/src/eh_artiq.rs index e7a8282..ba59a04 100644 --- a/src/runtime/src/eh_artiq.rs +++ b/src/runtime/src/eh_artiq.rs @@ -416,7 +416,8 @@ static EXCEPTION_ID_LOOKUP: [(&str, u32); 10] = [ ("CacheError", 6), ("SPIError", 7), ("ZeroDivisionError", 8), - ("IndexError", 9) + ("IndexError", 9), + ("UnwrapNoneError", 10), ]; pub fn get_exception_id(name: &str) -> u32 {