go-errhttp/clienterror.go

7 lines
70 B
Go
Raw Normal View History

2017-02-06 20:58:13 +00:00
package errhttp
type ClientError interface {
Error
ClientError()
}