class UncaughtThrowError

当调用 throw 时,如果标签没有对应的 catch 代码块,则会抛出此异常。

throw "foo", "bar"

抛出异常

UncaughtThrowError: uncaught throw "foo"