Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83268 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12498 invoked from network); 20 Feb 2015 07:02:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2015 07:02:43 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.43 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.192.43 mail-qg0-f43.google.com Received: from [209.85.192.43] ([209.85.192.43:50326] helo=mail-qg0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BB/44-25547-21CD6E45 for ; Fri, 20 Feb 2015 02:02:43 -0500 Received: by mail-qg0-f43.google.com with SMTP id i50so12386990qgf.2 for ; Thu, 19 Feb 2015 23:02:40 -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=L8c+ufpBZY0lMxKvwgrqO55jGXnQaq4fjphQc9SnvL0=; b=FEnrl26/582RbBwoCQxL4RiHOx9gjxStY1OUni1lrRUyQlRH5eEq8T0SK3yMPYdcfX 8R535CNVxMR09AleY3Rg++AVIMNHgCKb1staRO1s9MzQxJNcX7vxLI/id3Q4lHqNvFJj nzJeS5LlgnF7o17U4L/Zh0hpF1STan3ZXlPxrH/w7+q10LZQjfIQ89ioirqZbIaywRSY a03RKNavZD9QI4ht/IrSoYM1mbMDVYByiFNgYM6Hcdn7RzNVGxqD+CMCAExDz2xq9QkZ URpt3+ZU3dRXvy+EC/u03yiqWcnmcIreZGh6qZJo+9QskiZWcoyXy3VSGsHL/HCssSUt AUQg== X-Received: by 10.140.235.197 with SMTP id g188mr20461347qhc.86.1424415759629; Thu, 19 Feb 2015 23:02:39 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.229.198.8 with HTTP; Thu, 19 Feb 2015 23:01:59 -0800 (PST) In-Reply-To: References: Date: Fri, 20 Feb 2015 16:01:59 +0900 X-Google-Sender-Auth: btx6Sb0G-rh2NN7tfIHOcku82QA Message-ID: To: Trevor Suarez Cc: Dmitry Stogov , Dan Ackroyd , Nikita Popov , PHP internals Content-Type: multipart/alternative; boundary=001a11357ace5d895d050f7fa310 Subject: Re: [PHP-DEV] Re: [RFC] Exceptions in the engine From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11357ace5d895d050f7fa310 Content-Type: text/plain; charset=UTF-8 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 --001a11357ace5d895d050f7fa310--