Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86528 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14781 invoked from network); 9 Jun 2015 17:40:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Jun 2015 17:40:51 -0000 Authentication-Results: pb1.pair.com header.from=aaron@icicle.io; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=aaron@icicle.io; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain icicle.io designates 199.38.81.6 as permitted sender) X-PHP-List-Original-Sender: aaron@icicle.io X-Host-Fingerprint: 199.38.81.6 mercury.negativeion.net Received: from [199.38.81.6] ([199.38.81.6:61803] helo=mercury.negativeion.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CA/D7-00828-12527755 for ; Tue, 09 Jun 2015 13:40:49 -0400 Received: from localhost (localhost [127.0.0.1]) by mercury.negativeion.net (Postfix) with ESMTP id AB96B26412A6 for ; Tue, 9 Jun 2015 13:40:46 -0400 (EDT) X-Virus-Scanned: amavisd-new at negativeion.net Received: from mercury.negativeion.net ([127.0.0.1]) by localhost (mercury.negativeion.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nk5J4dKUepnI for ; Tue, 9 Jun 2015 13:40:46 -0400 (EDT) Received: from macpro.local (unknown [173.225.158.77]) by mercury.negativeion.net (Postfix) with ESMTPSA id D3EC32641295 for ; Tue, 9 Jun 2015 13:40:45 -0400 (EDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) In-Reply-To: <556363D3.1040902@gmail.com> Date: Tue, 9 Jun 2015 12:40:44 -0500 Content-Transfer-Encoding: quoted-printable Message-ID: <12C3389A-AFF5-42CA-8190-E4227309DAED@icicle.io> References: <971AB39D-1E20-43E8-9CF1-A7F67E3C14C3@icicle.io> <556363D3.1040902@gmail.com> To: internals@lists.php.net X-Mailer: Apple Mail (2.2098) Subject: Re: [PHP-DEV] [RFC] Throwable Interface From: aaron@icicle.io (Aaron Piotrowski) Does anyone have any questions, comments, or concerns about the = Throwable Interface RFC? http://wiki.php.net/rfc/throwable-interface The proposed exception hierarchy: interface Throwable =E2=8A=A2 Exception implements Throwable =E2=88=9F Error implements Throwable (replaces EngineException) =E2=8A=A2 TypeError (replaces TypeException) =E2=88=9F ParseError (replaces ParseException) I=E2=80=99d like to complete a vote before too many alpha releases are = made. I=E2=80=99ll be happy to resolve the merge conflicts in the PR if the = vote passes. Regards, Aaron Piotrowski=