This commit is contained in:
yunwuxin
2016-06-28 11:31:12 +08:00
parent f794dcfa83
commit 25ad8a61f3

View File

@@ -30,7 +30,7 @@ abstract class Yar
//判断扩展是否存在
if (!extension_loaded('yar')) {
throw new Exception('not support yar');
throw new \Exception('not support yar');
}
//实例化Yar_Server