()
| 75 | } |
| 76 | |
| 77 | func (l *locationError) Unwrap() error { |
| 78 | return l.error |
| 79 | } |
| 80 | |
| 81 | // NewErr is used to return an Err for the purpose of embedding in other |
| 82 | // structures. The location is not specified, and needs to be set with a call |
nothing calls this directly
no outgoing calls
no test coverage detected