No need to redefine __construct().
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 17 Mar 2010 17:49:11 +0000 (11:49 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 17 Mar 2010 18:13:06 +0000 (12:13 -0600)
framework/Log/lib/Horde/Log/Exception.php

index 6f006d2..aa18ca9 100644 (file)
  * @author   Chuck Hagenbuch <chuck@horde.org>
  * @license  http://opensource.org/licenses/bsd-license.php BSD
  */
-class Horde_Log_Exception extends Exception
-{
-    /**
-     */
-    public function __construct($msg, $code = 0)
-    {
-        parent::__construct($msg, $code);
-    }
-
-}
+class Horde_Log_Exception extends Exception {}