Commit 68b2388a authored by Vincent Sherwood's avatar Vincent Sherwood Committed by Ralf Becker

ZP-805 Renamed constructor ZPushException() to __construct(). Released under...

ZP-805 Renamed constructor ZPushException() to __construct(). Released under the Affero GNU General Public License (AGPL) version 3.
parent 341cbc50
......@@ -48,7 +48,7 @@ class ZPushException extends Exception {
protected $httpHeaders = array();
protected $showLegal = true;
public function ZPushException($message = "", $code = 0, $previous = NULL, $logLevel = false) {
public function __construct($message = "", $code = 0, $previous = NULL, $logLevel = false) {
if (! $message)
$message = $this->httpReturnMessage;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment