()
| 107 | } |
| 108 | |
| 109 | func (err *TaskfileDecodeError) Code() int { |
| 110 | return CodeTaskfileDecode |
| 111 | } |
| 112 | |
| 113 | func (err *TaskfileDecodeError) WithMessage(format string, a ...any) *TaskfileDecodeError { |
| 114 | err.Message = fmt.Sprintf(format, a...) |
nothing calls this directly
no outgoing calls
no test coverage detected