/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

  1. <?php
  2. /**
  3. * Typecho Blog Platform
  4. *
  5. * @copyright Copyright (c) 2008 Typecho team (http://www.typecho.org)
  6. * @license GNU General Public License 2.0
  7. * @version $Id: DbException.php 52 2008-03-18 08:04:01Z magike.net $
  8. */
  9. /** ???? */
  10. require_once 'Typecho/Exception.php';
  11. /**
  12. * Http??????
  13. *
  14. * @package Http
  15. */
  16. class Typecho_Http_Client_Exception extends Typecho_Exception
  17. {}