Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83270 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15753 invoked from network); 20 Feb 2015 07:15:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2015 07:15:50 -0000 Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.220.182 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 209.85.220.182 mail-vc0-f182.google.com Received: from [209.85.220.182] ([209.85.220.182:59636] helo=mail-vc0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 19/F4-25547-42FD6E45 for ; Fri, 20 Feb 2015 02:15:50 -0500 Received: by mail-vc0-f182.google.com with SMTP id id10so2928020vcb.13 for ; Thu, 19 Feb 2015 23:15:46 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=xGaUOJOAs56cPpyruCntcaY498jHwBi3dsuMpqBLNFw=; b=E/pMp90P1o8dZfHRSk5wfVLiHx5dHdFjepjQ1bfQodRKOq9uftu98u20BW4qigTjma EHnVxmFrh+J99nQ6yfILB1CuJYlreLDWMhVqILWdbLUFkRuRSDEwk4ye+RS4+mDgeI3f EoPgOi/zpYiOeR+cRvs+7Xv6JWAVddr7KzkTjzBLpdqNKdmytFID4VajPVuKMegudH9q NoGxI3HFMQNDQyfet8z18l+5cdjKvcSCHT9vVzssR5Co5TR3s6F+PjBZYgE95hL5egKW IatsXoXf/lNrQIDjF8Qi1lqHS0MZrxLFiKiqYq/yNncylwun8YYZmKvteUs2xG6MkcXq 0YvQ== X-Gm-Message-State: ALoCoQnRTm3tlDRGIzt66PKE4ZyELYMxSoAM2P7NJS3w4qT3jyJXcBb+gKI2hUdFplYZKNSGSkzuLDryetKFEqXDkvslvtxGO+ljKcVstHdUHAv5rJc4O8vgw6+4QxvtjbODhJt5+1Zx/VDmtRGoV1c5A0Aneb56xg== MIME-Version: 1.0 X-Received: by 10.52.52.136 with SMTP id t8mr5317636vdo.49.1424416546417; Thu, 19 Feb 2015 23:15:46 -0800 (PST) Received: by 10.52.74.73 with HTTP; Thu, 19 Feb 2015 23:15:46 -0800 (PST) In-Reply-To: References: Date: Fri, 20 Feb 2015 11:15:46 +0400 Message-ID: To: Yasuo Ohgaki Cc: Trevor Suarez , Dan Ackroyd , Nikita Popov , PHP internals Content-Type: multipart/alternative; boundary=089e0115f048430f6a050f7fd29e Subject: Re: [PHP-DEV] Re: [RFC] Exceptions in the engine From: dmitry@zend.com (Dmitry Stogov) --089e0115f048430f6a050f7fd29e Content-Type: text/plain; charset=UTF-8 I'm not sure. Currently we don't use namespaces for core classes, but I won't object to change this. Nikita, what do you think? Thanks. Dmitry. On Fri, Feb 20, 2015 at 10:01 AM, Yasuo Ohgaki wrote: > Hi all, > > On Fri, Feb 20, 2015 at 12:14 AM, Trevor Suarez wrote: > >> I think that naming the new parent exception something like "Throwable" or >> "Catchable" (as Nikita previously suggested) would be a bit more concise >> in >> meaning than "BaseException". You may not have even meant that name as a >> formal proposal, but I figured I'd weigh in regardless. :P >> > > I think they probably should use namespace... > > Regards, > > -- > Yasuo Ohgaki > yohgaki@ohgaki.net > --089e0115f048430f6a050f7fd29e--