Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:895 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64004 invoked from network); 14 Apr 2003 07:17:33 -0000 Received: from unknown (HELO bart.tera-byte.com) (216.194.64.152) by pb1.pair.com with SMTP; 14 Apr 2003 07:17:33 -0000 Received: from TRABAJOS2 (116.Red-80-37-11.pooles.rima-tde.net [80.37.11.116]) (authenticated (0 bits)) by bart.tera-byte.com (8.11.6/8.11.6) with ESMTP id h3E792W27737; Mon, 14 Apr 2003 01:09:03 -0600 Message-ID: <003901c30255$e771b390$0301a8c0@TRABAJOS2> To: , References: Date: Mon, 14 Apr 2003 09:17:19 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Subject: Re: [PHP-DEV] Exception extends From: epplestun@alaplaya.com ("epplestun") In phpbuilder.com you have an article of php5 by Luis Argerich, here you have a simple code of exceptions. data = $data; } function getMessage() { return $this->data . " caused a weird exception!"; } } ?> ----- Original Message ----- From: To: Sent: Monday, April 14, 2003 8:55 AM Subject: [PHP-DEV] Exception extends > Hi, I'm writing my exception class based on default and zend > integrated Exception Class, but (always there is a bug) why when I make > > class MyE extends Exception { > //bla bla bla > > } > > into MyE class I don't have getline() and getfile() (from Exception > Class)??? > > tnx. > > > -- > Morelli Michel > ZioBudda.net Coordinator > michel@ziobudda.net > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >