Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:9064 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90639 invoked by uid 1010); 12 Apr 2004 15:06:18 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 90600 invoked from network); 12 Apr 2004 15:06:18 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 12 Apr 2004 15:06:18 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id i3CF6A2n015553; Mon, 12 Apr 2004 17:06:10 +0200 Date: Mon, 12 Apr 2004 17:05:55 +0200 (CEST) X-X-Sender: derick@localhost To: Adam Maccabee Trachtenberg cc: Andi Gutmans , John Coggeshall , PHP Internals In-Reply-To: Message-ID: References: <1081740243.14476.11.camel@coogle.localdomain> <1081740243.14476.11.camel@coogle.localdomain> <5.1.0.14.2.20040412134325.039c7758@127.0.0.1> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Exceptions and Errors From: derick@php.net (Derick Rethans) On Mon, 12 Apr 2004, Adam Maccabee Trachtenberg wrote: > How can anyone rationally design an application when half of their > problems issue errors and the other half throw exceptions? That's a > recipe for disaster. Exactly the reason why nothing should throw exceptions at all. Derick