Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86535 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62058 invoked from network); 10 Jun 2015 06:03:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jun 2015 06:03:58 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.54 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.192.54 mail-qg0-f54.google.com Received: from [209.85.192.54] ([209.85.192.54:35160] helo=mail-qg0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 61/00-61871-B43D7755 for ; Wed, 10 Jun 2015 02:03:56 -0400 Received: by qgg3 with SMTP id 3so12852413qgg.2 for ; Tue, 09 Jun 2015 23:03:52 -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=f0sd2pOaDXvUIkt3mekObEhScdbH2VQh3hDT1X1X/XY=; b=Pdjc89yxrbU8ROor9hYIN5aZ+csgvlxaOcNqOOiZYCPiQUckEE3MOx8KkVakll/ZRT PL4H30zDeuLMgL2JP+70uwqFzbZb9XhawJ1E7JWXlL1gkb/DkEMWM+vLKxpEruDhQ6Nn q71WoSYG40DHbVxoVp+XtAwpVq7qpBIHhTWjyyEhyuM4aP/3374/93NIGtN3d7fZUOLw VaaMTegr7m9hAEIC23xmCJiX03RbhxkbkvLvB1PtuCpUIyYRKVEg1X6zbeLj2gIjZWdn SZcjLvgYO8GednOdqSOTB5VQA718MkC7tOnkKk10jSMYI9pC43ELCJnN4a0m5oCzbizQ 44KQ== X-Received: by 10.55.21.133 with SMTP id 5mr2754517qkv.41.1433916232418; Tue, 09 Jun 2015 23:03:52 -0700 (PDT) Received: from [192.168.2.145] (108-66-6-48.lightspeed.sntcca.sbcglobal.net. [108.66.6.48]) by mx.google.com with ESMTPSA id w67sm3763854qgw.41.2015.06.09.23.03.50 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 09 Jun 2015 23:03:51 -0700 (PDT) Message-ID: <5577D345.3020602@gmail.com> Date: Tue, 09 Jun 2015 23:03:49 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Aaron Piotrowski , internals@lists.php.net References: <971AB39D-1E20-43E8-9CF1-A7F67E3C14C3@icicle.io> <556363D3.1040902@gmail.com> <12C3389A-AFF5-42CA-8190-E4227309DAED@icicle.io> In-Reply-To: <12C3389A-AFF5-42CA-8190-E4227309DAED@icicle.io> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] [RFC] Throwable Interface From: smalyshev@gmail.com (Stanislav Malyshev) Hi! On 6/9/15 10:40 AM, Aaron Piotrowski wrote: > 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 > ⊢ Exception implements Throwable > ∟ Error implements Throwable (replaces EngineException) > ⊢ TypeError (replaces TypeException) > ∟ ParseError (replaces ParseException) > Don't see anything wrong with it. I think we can put this to a vote. -- Stas Malyshev smalyshev@gmail.com