module
Version:
v1.0.1002
Opens a new window with list of versions in this module.
Published: Apr 23, 2022
License: Apache-2.0
Opens a new window with license information.
README
¶
异常处理
下载安装
go get -u github.com/deatil/go-exception
使用
package main
import "github.com/deatil/go-exception/exception"
exception.
Try(func() {
panic("exception error")
}).
Catch(func(e exception.Exception) {
fmt.Println(e.GetMessage())
})
开源协议
- 本软件包遵循
Apache2
开源协议发布,在保留本软件包版权的情况下提供个人及商业免费使用。
版权
Directories
¶
Click to show internal directories.
Click to hide internal directories.