» Details |
---|
|
» Comment |
Change the signature to the one of the PHP Exception base class: >string $message = "" [, int $code = 0 [, Exception $previous = NULL ]]] Currently, it's PEAR_Exception($message, Exception $prev, $code) which is diametral to the order in Exception. Also, "@version CVS: $Id$" isn't really up to date. |