Larry Wall larry-at-wall.org |Perl 6| wrote:
No, just the new exception, which merely has to contain the old
unhandled exceptions somehow in case the user wants more information.
OK, so it's more like the "inner exception" in Microsoft's .NET
framework. My C++ exceptions have always had t
On Wed, Sep 03, 2008 at 06:44:22PM -0500, John M. Dlugosz wrote:
> I'm trying to work out some details of this area, but I don't understand
> what S04 is trying to say. Could someone please point me in the right
> direction? I'd be happy to then edit the S04 to contribute.
>
>
> In S04, the "Ex
I'm trying to work out some details of this area, but I don't understand what S04 is
trying to say. Could someone please point me in the right direction? I'd be happy to
then edit the S04 to contribute.
In S04, the "Exceptions" section mentions that $! contains multiple exceptions.
So what