TaskfileAlreadyExistsError is returned on creating a Taskfile if one already exists.
| 38 | // TaskfileAlreadyExistsError is returned on creating a Taskfile if one already |
| 39 | // exists. |
| 40 | type TaskfileAlreadyExistsError struct{} |
| 41 | |
| 42 | func (err TaskfileAlreadyExistsError) Error() string { |
| 43 | return "task: A Taskfile already exists" |
nothing calls this directly
no outgoing calls
no test coverage detected