()
| 157 | } |
| 158 | |
| 159 | func (err *TaskfileVersionCheckError) Code() int { |
| 160 | return CodeTaskfileVersionCheckError |
| 161 | } |
| 162 | |
| 163 | // TaskfileNetworkTimeoutError is returned when the user attempts to use a remote |
| 164 | // Taskfile but a network connection could not be established within the timeout. |
nothing calls this directly
no outgoing calls
no test coverage detected