RE: On the case for exception-based error handling.
[email protected] ("Brust, Corwin") Tue, 22 Aug 2000 16:06:18 -0500
| Newsgroups | perl.perl6.language.errors |
|---|---|
| Message-ID | <[email protected]> |
[snip] -----Original Message----- From: Markus Peter [mailto:[email protected]] Another way to achieve the same result would be to NOT get rid of the try part of try/catch and then try automatically implies use fatal for that block... -- Markus Peter [email protected] [/snip] So that was: Any exception raised in a try will be fatal unless caught? -Corwin