Thrown when a problem was encountered trying to read or write from the salt cache
| 318 | |
| 319 | |
| 320 | class SaltCacheError(SaltException): |
| 321 | """ |
| 322 | Thrown when a problem was encountered trying to read or write from the salt cache |
| 323 | """ |
| 324 | |
| 325 | |
| 326 | class TimeoutError(SaltException): |
no outgoing calls
no test coverage detected