Exceptions/Catch an exception thrown in a nested call: Difference between revisions

Content added Content deleted
Line 23: Line 23:
F baz(i)
F baz(i)
I i == 0
I i == 0
X U0()
X.throw U0()
E
E
X U1()
X.throw U1()


F bar(i)
F bar(i)