()
| 59 | } |
| 60 | |
| 61 | func (err TaskfileInvalidError) Code() int { |
| 62 | return CodeTaskfileInvalid |
| 63 | } |
| 64 | |
| 65 | // TaskfileFetchFailedError is returned when no appropriate Taskfile is found when |
| 66 | // searching the filesystem. |
nothing calls this directly
no outgoing calls
no test coverage detected