Proxy that could be factored out if we also want to use CouchDB and JobmanDB classes with this interface
| 149 | |
| 150 | |
| 151 | class OperationFailure(Exception): |
| 152 | """Proxy that could be factored out if we also want to use CouchDB and |
| 153 | JobmanDB classes with this interface |
| 154 | """ |
| 155 | |
| 156 | |
| 157 | class Shutdown(Exception): |
no outgoing calls
no test coverage detected