()
| 40 | type TaskfileAlreadyExistsError struct{} |
| 41 | |
| 42 | func (err TaskfileAlreadyExistsError) Error() string { |
| 43 | return "task: A Taskfile already exists" |
| 44 | } |
| 45 | |
| 46 | func (err TaskfileAlreadyExistsError) Code() int { |
| 47 | return CodeTaskfileAlreadyExists |
nothing calls this directly
no outgoing calls
no test coverage detected