Re: Handling exception question
- From: "Sjoerd" <sjoerder@xxxxxxxxx>
- Date: 31 May 2006 10:54:12 -0700
Paul Czubilinski wrote:
class MyException extends Exception {}
Since MyException extends Exception, MyException _is_ an Exception.
Therefore, catch (Exception $e) will catch it.
.
- Follow-Ups:
- Re: Handling exception question
- From: Paul Czubilinski
- Re: Handling exception question
- References:
- Handling exception question
- From: Paul Czubilinski
- Handling exception question
- Prev by Date: Re: preg_match and delimited strings
- Next by Date: Re: preg_match and delimited strings
- Previous by thread: Handling exception question
- Next by thread: Re: Handling exception question
- Index(es):