You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

17 lines
382 B

<?php
if (!defined('__TYPECHO_ROOT_DIR__')) exit;
/**
* 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 $
*/
/**
* 数据库异常类
*
* @package Db
*/
class Typecho_Db_Exception extends Typecho_Exception
{}