()
| 522 | } |
| 523 | |
| 524 | func (e *customNetError) Error() string { return e.msg } |
| 525 | func (e *customNetError) Timeout() bool { return e.timeout } |
| 526 | func (e *customNetError) Temporary() bool { return e.temporary } |
| 527 |
no outgoing calls
no test coverage detected