<?php

namespace Typecho\Db;

if (!defined('__TYPECHO_ROOT_DIR__')) {
    exit;
}

use Typecho\Exception as TypechoException;

/**
 * 数据库异常类
 *
 * @package Db
 */
class Exception extends TypechoException
{
}
