修正无法找到异常类的问题

This commit is contained in:
huangdijia
2016-01-26 09:20:41 +08:00
parent 67c8eb3580
commit 768453e8b8
2 changed files with 2 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
namespace think\session\driver;
use SessionHandler;
use think\Exception;
class Memcache extends SessionHandler
{