Help for this page

Select Code to Download


  1. or download this
    # called from sub foobar() which in turn
    # is called from foo() which in turn...
    ...
    # any other error will go up the call tree..
    
    }
    
  2. or download this
    # called from sub foobar() which in turn
    # is called from foo() which in turn...
    ...
    }
    
    }