RFC 63 (v4) Exception handling syntax

2000-08-24 Thread Perl6 RFC Librarian
This and other RFCs are available on the web at http://dev.perl.org/rfc/ =head1 TITLE Exception handling syntax =head1 VERSION Maintainer: Peter Scott [EMAIL PROTECTED] Date: 8 Aug 2000 Last-Modified: 23 Aug 2000 Version: 4 Mailing List: [EMAIL

Re: RFC 63 (v4) Exception handling syntax

2000-08-24 Thread Ilya Martynov
PRL Exceptions are objects belonging to some CException class. Cthrowing PRL an exception creates the object; therefore, CEXCEPTION above is just a PRL class name (possibly including some C::). PRL PRL The Cexception function is just syntactic sugar for creating a new PRL exception class;it

Re: RFC 63 (v4) Exception handling syntax

2000-08-24 Thread Peter Scott
At 07:54 PM 8/24/00 +0400, Ilya Martynov wrote: PRL Exceptions are objects belonging to some CException class. Cthrowing PRL an exception creates the object; therefore, CEXCEPTION above is just a PRL class name (possibly including some C::). PRL PRL The Cexception function is just syntactic