()
| 140 | } |
| 141 | |
| 142 | func (err ProcessNotFoundError) Error() string { |
| 143 | return "unknown process: " + err.ProcessID |
| 144 | } |
| 145 | |
| 146 | type ExecutableNotFoundError struct { |
| 147 | Message string |
nothing calls this directly
no outgoing calls
no test coverage detected