1 Star 0 Fork 7

浪雪千羽/jd_seckill

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
exception.py 146 Bytes
Copy Edit Raw Blame History
huanghyw authored 2020-12-23 12:15 . SKException中不进行日志打印
#!/usr/bin/env python
# -*- encoding=utf8 -*-
class SKException(Exception):
def __init__(self, message):
super().__init__(message)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/HeartsOfStone/jd_seckill.git
git@gitee.com:HeartsOfStone/jd_seckill.git
HeartsOfStone
jd_seckill
jd_seckill
master

Search

0d507c66 1850385 C8b1a773 1850385