michaelliao / awesome-python3-webapp

小白的Python入门教程实战篇:网站+iOS App源码→ http://t.cn/R2PDyWN 赞助→ http://t.cn/R5bhVpf
GNU General Public License v3.0
2.37k stars 2.81k forks source link

Error handle in Day03-orm.py #19

Open ghost opened 7 years ago

ghost commented 7 years ago

Day 03 中抛出错误时,使用了 StandardError,在 python3 中推荐使用 Exception 代替。

链接见 StandardError exception