Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85548 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44653 invoked from network); 30 Mar 2015 10:58:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Mar 2015 10:58:48 -0000 Authentication-Results: pb1.pair.com smtp.mail=tpunt@hotmail.co.uk; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tpunt@hotmail.co.uk; sender-id=pass Received-SPF: pass (pb1.pair.com: domain hotmail.co.uk designates 157.55.0.220 as permitted sender) X-PHP-List-Original-Sender: tpunt@hotmail.co.uk X-Host-Fingerprint: 157.55.0.220 dub004-omc1s21.hotmail.com Received: from [157.55.0.220] ([157.55.0.220:50495] helo=DUB004-OMC1S21.hotmail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A0/00-44554-66C29155 for ; Mon, 30 Mar 2015 05:58:47 -0500 Received: from DUB113-W120 ([157.55.0.237]) by DUB004-OMC1S21.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22751); Mon, 30 Mar 2015 03:58:43 -0700 X-TMN: [UlkJePuPtqq4I4eAhsTW1Mq5rZFuI14O] X-Originating-Email: [tpunt@hotmail.co.uk] Message-ID: To: Nikita Popov , PHP internals Date: Mon, 30 Mar 2015 11:58:43 +0100 Importance: Normal In-Reply-To: References: Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 30 Mar 2015 10:58:43.0945 (UTC) FILETIME=[7D2EE590:01D06AD8] Subject: RE: [PHP-DEV] Exception hierarchy: open issues From: tpunt@hotmail.co.uk (Thomas Punt) Hey=2C=0A= =0A= > Imho TypeException may not be best name for=0A= > it=2C as it's also thrown for non-type related error conditions=2C like= =0A= > mismatched argument count.=0A= =0A= Would SignatureException be a more apt name for these error conditions?=0A= =0A= -Tom =