github.com/wfusion/gofusion@v1.1.14/common/utils/error.go (about) 1 package utils 2 3 type Error string 4 5 func (e Error) Error() string { 6 return string(e) 7 }