| 1044 | var _ errutil.NotFound = (*ErrEmailNotExist)(nil) |
| 1045 | |
| 1046 | type ErrEmailNotExist struct { |
| 1047 | args errutil.Args |
| 1048 | } |
| 1049 | |
| 1050 | // IsErrEmailAddressNotExist returns true if the underlying error has the type |
| 1051 | // ErrEmailNotExist. |
nothing calls this directly
no outgoing calls
no test coverage detected