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