()
| 32 | } |
| 33 | |
| 34 | func (err TaskfileNotFoundError) Code() int { |
| 35 | return CodeTaskfileNotFound |
| 36 | } |
| 37 | |
| 38 | // TaskfileAlreadyExistsError is returned on creating a Taskfile if one already |
| 39 | // exists. |
nothing calls this directly
no outgoing calls
no test coverage detected