```nature var err = catch foo[0]().test.bar().baz().car() ``` 此时 catch 无法捕捉除了 car 以外的如 null select,bar 或者 baz 中 throw 等错误。