Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69884 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76471 invoked from network); 26 Oct 2013 20:48:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Oct 2013 20:48:56 -0000 X-Host-Fingerprint: 80.4.21.210 cpc22-asfd3-2-0-cust209.1-2.cable.virginm.net Received: from [80.4.21.210] ([80.4.21.210:14108] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0C/84-45431-6BA2C625 for ; Sat, 26 Oct 2013 16:48:55 -0400 To: internals@lists.php.net,Clint Priest Message-ID: <526C2AB3.1080303@php.net> Date: Sat, 26 Oct 2013 21:48:51 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 References: <526C16B7.4090801@php.net> In-Reply-To: <526C16B7.4090801@php.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 80.4.21.210 Subject: Re: [PHP-DEV] [RFC] Exceptions in the engine From: krakjoe@php.net (Joe Watkins) On 10/26/2013 08:23 PM, Clint Priest wrote: > On 10/24/2013 12:41 PM, Nikita Popov wrote: >> https://wiki.php.net/rfc/engine_exceptions > The only thing I would suggest is that it not being a single > EngineException, but a few well thought out sub-classes of EngineException. > > -Clint Actually this does make sense when you think about it ... So +1 to that ... I've still not really managed to organize all my thoughts into a coherent opinion on the things brought up, I'm not sure I see the major BC issues that other people do. Like Clint has mentioned this is as far as it needs to go now, I think that's probably where I'm at ... Cheers