Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExceptionHandler ¶
type ExceptionHandler func(Exception)
type ExceptionStruct ¶
type ExceptionStruct struct {
// contains filtered or unexported fields
}
func (*ExceptionStruct) Catch ¶
func (ex *ExceptionStruct) Catch(catch func(Exception)) *ExceptionStruct
捕获异常方法设置
func (*ExceptionStruct) Finally ¶
func (ex *ExceptionStruct) Finally(finally func()) *ExceptionStruct
最终都要执行的方法
Click to show internal directories.
Click to hide internal directories.