@qingjieshouliang
Current Path : /www/wwwroot/eblliwsm.com/c7bd1a80/Lib/Core/ |
Current File : /www/wwwroot/eblliwsm.com/c7bd1a80/Lib/Core/ThinkException.class.php |
<?php // +---------------------------------------------------------------------- // | ThinkPHP [ WE CAN DO IT JUST THINK IT ] // +---------------------------------------------------------------------- // | Copyright (c) 2006-2012 http://thinkphp.cn All rights reserved. // +---------------------------------------------------------------------- // | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 ) // +---------------------------------------------------------------------- // | Author: liu21st <liu21st@gmail.com> // +---------------------------------------------------------------------- /** * ThinkPHP系统异常基类 * @category Think * @package Think * @subpackage Core * @author liu21st <liu21st@gmail.com> */ class ThinkException extends Exception { }