()
| 112 | } |
| 113 | |
| 114 | func (err *TaskfileNotSecureError) Code() int { |
| 115 | return CodeTaskfileNotSecure |
| 116 | } |
| 117 | |
| 118 | // TaskfileCacheNotFoundError is returned when the user attempts to use an offline |
| 119 | // (cached) Taskfile but the files does not exist in the cache. |
nothing calls this directly
no outgoing calls
no test coverage detected