| 136 | } |
| 137 | |
| 138 | type ProcessNotFoundError struct { |
| 139 | ProcessID string |
| 140 | } |
| 141 | |
| 142 | func (err ProcessNotFoundError) Error() string { |
| 143 | return "unknown process: " + err.ProcessID |
nothing calls this directly
no outgoing calls
no test coverage detected