Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86357 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60005 invoked from network); 23 May 2015 20:12:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 May 2015 20:12:40 -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:52047] helo=mercury.negativeion.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 12/00-59548-53FD0655 for ; Sat, 23 May 2015 16:12:37 -0400 Received: from localhost (localhost [127.0.0.1]) by mercury.negativeion.net (Postfix) with ESMTP id 6A52B25932A0 for ; Sat, 23 May 2015 16:12:34 -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 V__ZBDsz3M4f for ; Sat, 23 May 2015 16:12:33 -0400 (EDT) Received: from mars.local (unknown [173.225.150.231]) by mercury.negativeion.net (Postfix) with ESMTPSA id 8C0D02593287 for ; Sat, 23 May 2015 16:12:33 -0400 (EDT) Content-Type: multipart/alternative; boundary="Apple-Mail=_E78817C1-F163-4805-B29F-4E937F57330C" Message-ID: <971AB39D-1E20-43E8-9CF1-A7F67E3C14C3@icicle.io> Date: Sat, 23 May 2015 15:12:32 -0500 To: internals@lists.php.net Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) X-Mailer: Apple Mail (2.2098) Subject: [RFC] Throwable Interface From: aaron@icicle.io (Aaron Piotrowski) --Apple-Mail=_E78817C1-F163-4805-B29F-4E937F57330C Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Hello, I=E2=80=99ve created an RFC for modifying the exception hierarchy for = PHP 7, adding Throwable interface and renaming the exceptions thrown = from fatal errors. The RFC is now ready for discussion. RFC: https://wiki.php.net/rfc/throwable-interface = Pull Request: https://github.com/php/php-src/pull/1284 = Aaron Piotrowski= --Apple-Mail=_E78817C1-F163-4805-B29F-4E937F57330C--