Rename to footprint.

This commit is contained in:
zicla
2018-11-30 13:17:58 +08:00
parent bfc549a669
commit 4af940647d
8 changed files with 145 additions and 143 deletions

View File

@ -27,3 +27,5 @@ func (this *Bean) PanicError(err error) {
func (this *Bean) PanicWebError(msg string, httpStatusCode int) {
panic(&WebError{Msg: msg, Code: httpStatusCode})
}
//处理日志的统一方法。