(s fmt.State, verb rune)
| 58 | } |
| 59 | |
| 60 | func (e *withDomain) Format(s fmt.State, verb rune) { errbase.FormatError(e, s, verb) } |
| 61 | |
| 62 | func (e *withDomain) SafeFormatError(p errbase.Printer) error { |
| 63 | if p.Detail() { |
nothing calls this directly
no test coverage detected