Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82656 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38513 invoked from network); 14 Feb 2015 00:51:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Feb 2015 00:51:24 -0000 Authentication-Results: pb1.pair.com header.from=ua.san.alex@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ua.san.alex@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.182 as permitted sender) X-PHP-List-Original-Sender: ua.san.alex@gmail.com X-Host-Fingerprint: 209.85.213.182 mail-ig0-f182.google.com Received: from [209.85.213.182] ([209.85.213.182:41972] helo=mail-ig0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9F/04-15073-90C9ED45 for ; Fri, 13 Feb 2015 19:51:22 -0500 Received: by mail-ig0-f182.google.com with SMTP id h15so14106738igd.3 for ; Fri, 13 Feb 2015 16:51:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=9Nkkskq9X4OYC4SP5U8pOrokYkJVGmilgwKcCmKtZuM=; b=F0VdDgAWO5ljdBOoQ8TYgWXoLwSfL1gKEL109x45eUoBoT2k0pmLnPPnnUwAHsu9pC faDVvx1bk7pzsucHKhpnODJ4Gc/PIYJ3RJEf74qsEEw+UPi6Qj/UW+BqucKA4yg7HNA1 wNmHj/UTDghqUkG9LD+vPd1eyG7truOM8dTrN8oeGKWlo09lS1XTQemK7/Nw0u7uSsGQ qKFhicvwhXnLs21hDPSZqHK68x+uBn1GMRZF/n8Aym5GjpOUdu+Z9vD7aq+kxw2LAILd 1MTBkGt4uByFLmhdD7PI+Py05UiWE0jdqGeA2Sv7bplnOcCbKA/CKDGf4gR/D5o/GkJf qJIA== MIME-Version: 1.0 X-Received: by 10.50.142.106 with SMTP id rv10mr7541525igb.18.1423875072344; Fri, 13 Feb 2015 16:51:12 -0800 (PST) Received: by 10.50.93.3 with HTTP; Fri, 13 Feb 2015 16:51:12 -0800 (PST) In-Reply-To: References: Date: Sat, 14 Feb 2015 02:51:12 +0200 Message-ID: To: Leigh Cc: Benoit Schildknecht , internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Re: [RFC] Exceptions in the engine From: ua.san.alex@gmail.com ("S.A.N") 2015-02-14 2:38 GMT+02:00 Leigh : > On 14 February 2015 at 00:32, Benoit Schildknecht wrote: >> I don't think EngineException should inherit from Exception, it would be >> very dangerous. I'm sure a lot of exceptions are handled like this by a lot >> of devs, without creating custom exceptions : >> > > Agreed, EngineException should be a base type of it's own. > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > May be better: PHP\Exception?