()
| 44 | } |
| 45 | |
| 46 | func (err TaskfileAlreadyExistsError) Code() int { |
| 47 | return CodeTaskfileAlreadyExists |
| 48 | } |
| 49 | |
| 50 | // TaskfileInvalidError is returned when the Taskfile contains syntax errors or |
| 51 | // cannot be parsed for some reason. |
nothing calls this directly
no outgoing calls
no test coverage detected