(s fmt.State, verb rune)
| 526 | |
| 527 | func (e *errFmtp) Error() string { return e.msg } |
| 528 | func (e *errFmtp) Format(s fmt.State, verb rune) { errbase.FormatError(e, s, verb) } |
| 529 | |
| 530 | // werrFmtp is like errFmtp but is a wrapper. |
| 531 | type werrFmtp struct { |
nothing calls this directly
no test coverage detected