A responder/watcher class noticed a 'bad' response to its submission. Mostly used by `.FailingResponder` and subclasses, e.g. "oh dear I autosubmitted a sudo password and it was incorrect." .. versionadded:: 1.0
| 399 | |
| 400 | |
| 401 | class ResponseNotAccepted(WatcherError): |
| 402 | """ |
| 403 | A responder/watcher class noticed a 'bad' response to its submission. |
| 404 | |
| 405 | Mostly used by `.FailingResponder` and subclasses, e.g. "oh dear I |
| 406 | autosubmitted a sudo password and it was incorrect." |
| 407 | |
| 408 | .. versionadded:: 1.0 |
| 409 | """ |
| 410 | |
| 411 | pass |
| 412 | |
| 413 | |
| 414 | class SubprocessPipeError(Exception): |
no outgoing calls
no test coverage detected
searching dependent graphs…