The DNS query name is too long after DNAME substitution.
| 140 | |
| 141 | |
| 142 | class YXDOMAIN(dns.exception.DNSException): |
| 143 | """The DNS query name is too long after DNAME substitution.""" |
| 144 | |
| 145 | |
| 146 | ErrorTuple = Tuple[ |
no outgoing calls
no test coverage detected
searching dependent graphs…