Newsgroups: php.doc,php.internals Path: news.php.net Xref: news.php.net php.doc:969378363 php.internals:33404 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88677 invoked by uid 1010); 23 Nov 2007 21:06:10 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 88645 invoked from network); 23 Nov 2007 21:06:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Nov 2007 21:06:10 -0000 Authentication-Results: pb1.pair.com header.from=indeyets@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=indeyets@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.170.188 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: indeyets@gmail.com X-Host-Fingerprint: 64.233.170.188 rn-out-0910.google.com Linux 2.4/2.6 Received: from [64.233.170.188] ([64.233.170.188:27564] helo=rn-out-0102.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 42/31-15279-1C047474 for ; Fri, 23 Nov 2007 16:06:10 -0500 Received: by rn-out-0102.google.com with SMTP id s28so1086176rnb for ; Fri, 23 Nov 2007 13:06:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=W8SiizgSUSmEO1hGxLXeEU3TJUYHmrl38Ra9HR+UNa8=; b=oD0bY4/mqWAvzNGeqG5KSvxQduRGryICYrSoLCow4AVtdyX2zGW6LR23CSZxxY24vmK0UeWHUJqp65YVU2Qgjr0Ltw2R3dWg0Jdq7cURJ9LzV+A+h3nUZFt13yYCuftKegw1mR1f0Gdlj5rpc7mRYQ3ZeDh/g7hqbRlj5Ruy+4A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=X47tmX6XS/hy6vjlNSaAxV6dnFuJFsACelin9Ieg70zbapGIJ/LlaE16xIn1IGtZG54vpBwBRA+pj8J+WT+G3CO2d4PaFnV1y+UrqLwGDw6VoxLouX/RnzDebzdxbTQgbRpt6V5Ldsqe1HhbFw+4LEDkibyt08QhlIBbn5aq2bQ= Received: by 10.150.124.2 with SMTP id w2mr2040143ybc.1195851967075; Fri, 23 Nov 2007 13:06:07 -0800 (PST) Received: by 10.150.52.9 with HTTP; Fri, 23 Nov 2007 13:06:07 -0800 (PST) Message-ID: Date: Sat, 24 Nov 2007 00:06:07 +0300 To: "Edward Z. Yang" Cc: internals@lists.php.net, phpdoc@lists.php.net In-Reply-To: <7A.A0.15279.56E37474@pb1.pair.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7A.A0.15279.56E37474@pb1.pair.com> Subject: Re: [PHP-DEV] Re: Quick question before submitting a feature request... From: indeyets@gmail.com ("Alexey Zakhlestin") On 11/23/07, Edward Z. Yang wrote: > I understand this solution won't work if application > Exceptions don't have a common parent class, but this is already > recommended as a good practice. In PHP all exceptions have "Exception" as a parent-class -- Alexey Zakhlestin http://blog.milkfarmsoft.com/