/var/Typecho/Http/Client/Exception.php
http://typecho.googlecode.com/ · PHP · 19 lines · 4 code · 2 blank · 13 comment · 0 complexity · d6aa12b4591f94e2d86be9bcde3b2587 MD5 · raw file
- <?php
- /**
- * Typecho Blog Platform
- *
- * @copyright Copyright (c) 2008 Typecho team (http://www.typecho.org)
- * @license GNU General Public License 2.0
- * @version $Id: DbException.php 52 2008-03-18 08:04:01Z magike.net $
- */
- /** ???? */
- require_once 'Typecho/Exception.php';
- /**
- * Http??????
- *
- * @package Http
- */
- class Typecho_Http_Client_Exception extends Typecho_Exception
- {}