Vote Details for "PEAR_Exception" by cweiske

» Details
  • Voter:
  • Vote: +1 (conditional)
  • Reviews:
» 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.