瀏覽代碼

fix syntax error

walkor 9 年之前
父節點
當前提交
fb43d937b7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Lib/Constants.php

+ 1 - 1
Lib/Constants.php

@@ -27,7 +27,7 @@ define('WORKERMAN_CONNECT_FAIL', 1);
 define('WORKERMAN_SEND_FAIL', 2);
 
 // Compatible with php7
-if(!class_exists('Error''))
+if(!class_exists('Error'))
 {
     class Error extends Exception
     {