| 670 | var _ errutil.NotFound = (*ErrUserNotExist)(nil) |
| 671 | |
| 672 | type ErrUserNotExist struct { |
| 673 | args errutil.Args |
| 674 | } |
| 675 | |
| 676 | // IsErrUserNotExist returns true if the underlying error has the type |
| 677 | // ErrUserNotExist. |
nothing calls this directly
no outgoing calls
no test coverage detected