* Perl6 RFC Librarian ([EMAIL PROTECTED]) [12 Aug 2000 18:44]: > tag > severity > message > debug > file > line > object > sysmsg You'll need something for backtraces, if you're going to have 'file' and 'line'. One needs to know what route the program took to get to that file and line. Maybe a 'trace' variable that's a list of file => line pairs? cheers, -- iain truskett, aka Koschei. <http://eh.org/~koschei/> Q: How do I block warnings? A: The simplest way is to do: close STDERR; -- perliaq.
- RFC 96 (v1) A Base Class for Exception Objects Perl6 RFC Librarian
- Re: RFC 96 (v1) A Base Class for Exception Object... iain truskett
- Re: RFC 96 (v1) A Base Class for Exception Ob... Tony Olekshy
