Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69876 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45624 invoked from network); 26 Oct 2013 12:34:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Oct 2013 12:34:53 -0000 Authentication-Results: pb1.pair.com smtp.mail=rowan.collins@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rowan.collins@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.48 as permitted sender) X-PHP-List-Original-Sender: rowan.collins@gmail.com X-Host-Fingerprint: 74.125.82.48 mail-wg0-f48.google.com Received: from [74.125.82.48] ([74.125.82.48:33085] helo=mail-wg0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F2/00-45431-CE6BB625 for ; Sat, 26 Oct 2013 08:34:53 -0400 Received: by mail-wg0-f48.google.com with SMTP id b13so4901833wgh.15 for ; Sat, 26 Oct 2013 05:34:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=CXLjrH76vUKTlfPcAlr+UEdedjGQd8cepxHNgMfTQGc=; b=AwPqYNQ9vaE3vcP8f2RyTL9/BKxqap2gOxkfGuULTnm6YlrZgLy/qXgzSlOi/L+S61 5qbwCWjqrYtHEnqOZsHZPSekslQ4nYdG+zw6YzmjSR7DUQXlxArME59nMlrm8c9RBUmi dckcyuXGC3CBobTCGCUbp1XLhDWKGk8heRxTA5gzLVzot9nBSiMaD5DJFZkGbznRMrwJ pXheDDxhJQryyTNmGGaq6RAUZIBuQJK/k4nLs44D1HKNXiiTs/n0yUi9EZrM45bl3q7m d32xrw0DN7Y7h76D7x03TIG2lMGAtyGvsM5wwktgx+oKfcLaE50RzundEFbxEBEd3uXV fVTg== X-Received: by 10.180.108.82 with SMTP id hi18mr2222897wib.53.1382790889699; Sat, 26 Oct 2013 05:34:49 -0700 (PDT) Received: from [192.168.0.2] (cpc19-brig17-2-0-cust25.3-3.cable.virginm.net. [81.101.201.26]) by mx.google.com with ESMTPSA id iz19sm15842594wic.9.2013.10.26.05.34.49 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 26 Oct 2013 05:34:49 -0700 (PDT) Message-ID: <526BB6E0.6040507@gmail.com> Date: Sat, 26 Oct 2013 13:34:40 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: internals@lists.php.net References: <52699FB5.20300@garfieldtech.com> <526A6BCC.3060502@php.net> <526AC472.8060607@sugarcrm.com> <526AC950.7020605@php.net> <526BB309.4030106@gmail.com> In-Reply-To: <526BB309.4030106@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] Exceptions in the engine From: rowan.collins@gmail.com (Rowan Collins) On 26/10/2013 13:18, Rowan Collins wrote: > On 25/10/2013 20:41, Joe Watkins wrote: >> If we really wanted to, we could fix all the code that throws the >> base Exception, making them throw specialized types, as they should > > This seems a little contradictory when you're proposing an > undifferentiated EngineException Apologies, I'd lost track of the thread a bit - it's not you that's proposing that, so this paragraph is rather mis-targeted. -- Rowan Collins [IMSoP]