Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86283 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17905 invoked from network); 17 May 2015 04:29:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 May 2015 04:29:41 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.52 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.220.52 mail-pa0-f52.google.com Received: from [209.85.220.52] ([209.85.220.52:33509] helo=mail-pa0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0F/64-14891-53918555 for ; Sun, 17 May 2015 00:29:41 -0400 Received: by padbw4 with SMTP id bw4so94254947pad.0 for ; Sat, 16 May 2015 21:29:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=mtaboA2q0aio+EMzRgHjP/zYN23Fv0q3tr0RLwsuV28=; b=uVhY/vxYhp2LlC57TakMOBKo3r/rAFV4UswlQLCRViZL5/pP5A4/MncFpy5FJB1YAq FBscMTqKIEEaA11aQrDri+9P7jKrzlL79ghbUQU7c21g6XV5erbUnjzs5K7bEUXjXrMt v8KNKVsemKMWnbDj861n1jm2XXTZ0ud1NnYlexDMQtuWAJBSmv5riZkHOEqeUsZEgaY9 LmaCyOhgscDc23ZYlDWtt12p+s/6QWUdaeEGkbUEM6BsMBL/I71zVoi6PprqFqv/ipa2 mX1jyftEh7beXF/+bYp6wKyvGKR9VBs8qHKSuDeP9msMj/Rbrto2y+69FM9/u6jDV7rT h/MQ== X-Received: by 10.68.222.198 with SMTP id qo6mr32191756pbc.149.1431836978600; Sat, 16 May 2015 21:29:38 -0700 (PDT) Received: from Stas-Air.local (108-66-6-48.lightspeed.sntcca.sbcglobal.net. [108.66.6.48]) by mx.google.com with ESMTPSA id l14sm6116373pdm.16.2015.05.16.21.29.36 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 16 May 2015 21:29:37 -0700 (PDT) Message-ID: <5558192C.3070504@gmail.com> Date: Sat, 16 May 2015 21:29:32 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Aaron Piotrowski , internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Re: Throwable patch(es) and finalizing the story From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > I’ve made another version that I believe is what Sebastian intended > in the first place: Throwable as an interface, with Exception and > Error being separate classes. Throwable is implemented to prevent > user-land code from implementing it. > > https://github.com/trowski/php-src/tree/throwable-interface Thanks! > Should I just submit that as a separate pull on GitHub and we can > discuss it? Yes, please do. Having multiple pulls in github is no problem, we'll close them once we're done. -- Stas Malyshev smalyshev@gmail.com