部分类库从Think命名空间移到Org

Think目录移入Library目录
This commit is contained in:
ThinkPHP
2013-04-14 19:28:21 +08:00
parent 095308ae51
commit 732a694846
87 changed files with 52 additions and 57 deletions

View File

@@ -0,0 +1,14 @@
<?php
// +----------------------------------------------------------------------
// | TOPThink [ WE CAN DO IT JUST THINK ]
// +----------------------------------------------------------------------
// | Copyright (c) 2011 http://topthink.com All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
// +----------------------------------------------------------------------
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
// $Id$
namespace Think;
class Exception extends \Exception {
}