<?php

namespace Typecho\Router;

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

use Typecho\Exception as TypechoException;

/**
 * 路由异常类
 *
 * @package Router
 */
class Exception extends TypechoException
{
}
