Thrown when a requested encryption or signing algorithm is un-supported.
| 379 | |
| 380 | |
| 381 | class UnsupportedAlgorithm(SaltException): |
| 382 | """ |
| 383 | Thrown when a requested encryption or signing algorithm is un-supported. |
| 384 | """ |
| 385 | |
| 386 | |
| 387 | class SaltDaemonNotRunning(SaltException): |
no outgoing calls
no test coverage detected