Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83276 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29372 invoked from network); 20 Feb 2015 08:45:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2015 08:45:11 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.48 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.192.48 mail-qg0-f48.google.com Received: from [209.85.192.48] ([209.85.192.48:41151] helo=mail-qg0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 67/37-25547-514F6E45 for ; Fri, 20 Feb 2015 03:45:10 -0500 Received: by mail-qg0-f48.google.com with SMTP id a108so12678043qge.7 for ; Fri, 20 Feb 2015 00:45:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=4rIVNFL/NbEcU/xO1TCEin1ZUshnqF7C3KMs4M8PuDI=; b=K+fujJ8ORbn8kKE/MXqRnEtGhnzD+O7XJymViCQcq8oiZWgwAUoD5rkXLaxnyiqBbA Oh3mQGjgqoy2OtBEbpsgMjJ/HCzepuxKjNZ32efWcpPtYSqd3yeivXYyKo7z+4MbtvgG C6dQCWG9m/5bg5OxnzIO4EjgOpcwcMEOU6fuDD0B3Fn4JRS3iZYO6ZVIsJPmgghMKfE5 KlRgD8eOHV8+glYyFl5IZfLFDTYdxEmCKlDA1qJZjp7rBMGL/o5JprIWlEnKzqIrDUwn tQVkWxR0lvJbMRj4lF1KbjI44qcmoHoQRvNSqSypXsAHQF6uvhXkJnL51hTM6sDsT5DV ygBQ== X-Received: by 10.140.97.203 with SMTP id m69mr20622293qge.39.1424421907435; Fri, 20 Feb 2015 00:45:07 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.229.198.8 with HTTP; Fri, 20 Feb 2015 00:44:26 -0800 (PST) In-Reply-To: References: Date: Fri, 20 Feb 2015 17:44:26 +0900 X-Google-Sender-Auth: V7dXtJJXWomSFi0SUsuqeElrfPw Message-ID: To: Dmitry Stogov Cc: Trevor Suarez , Dan Ackroyd , Nikita Popov , PHP internals Content-Type: multipart/alternative; boundary=001a113a2aa2cd98ba050f811189 Subject: Re: [PHP-DEV] Re: [RFC] Exceptions in the engine From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a113a2aa2cd98ba050f811189 Content-Type: text/plain; charset=UTF-8 Hi Dmitry, On Fri, Feb 20, 2015 at 4:15 PM, Dmitry Stogov wrote: > 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... >> > I meant users should use namespace to avoid namespace collisions... We may introduce "PHP" namespace for us to use. I'm +1 for this. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a113a2aa2cd98ba050f811189--