18 Star 17 Fork 1

thanatosx / WebBlog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
exception.py 327 Bytes
一键复制 编辑 原始数据 按行查看 历史
__author__ = 'thanatos'
import logging; logging.basicConfig(level=logging.INFO)
class DuplicateError(BaseException):
def __init__(self, *args):
pass
class ForbidError(BaseException):
def __init__(self, *args):
pass
class PrivilegeError(BaseException):
def __init__(self, *args):
pass
Python
1
https://gitee.com/handoop/WebBlog.git
git@gitee.com:handoop/WebBlog.git
handoop
WebBlog
WebBlog
master

搜索帮助