The DNSSEC algorithm is not supported.
| 141 | |
| 142 | |
| 143 | class UnsupportedAlgorithm(DNSException): |
| 144 | """The DNSSEC algorithm is not supported.""" |
| 145 | |
| 146 | |
| 147 | class AlgorithmKeyMismatch(UnsupportedAlgorithm): |
no outgoing calls
no test coverage detected
searching dependent graphs…