Add BaseExceptionGroup, EncodingWarning

This commit is contained in:
Charlie Marsh 2023-02-23 07:31:39 -05:00
parent b6445de34d
commit 9551a045ec
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ pub const BUILTINS: &[&str] = &[
"AssertionError",
"AttributeError",
"BaseException",
"BaseExceptionGroup",
"BlockingIOError",
"BrokenPipeError",
"BufferError",
@ -15,6 +16,7 @@ pub const BUILTINS: &[&str] = &[
"DeprecationWarning",
"EOFError",
"Ellipsis",
"EncodingWarning",
"EnvironmentError",
"Exception",
"ExceptionGroup",