An absolute domain name is required but a relative name was provided.
| 229 | |
| 230 | |
| 231 | class NotAbsolute(dns.exception.DNSException): |
| 232 | """An absolute domain name is required but a relative name was provided.""" |
| 233 | |
| 234 | |
| 235 | class NoRootSOA(dns.exception.DNSException): |
no outgoing calls
no test coverage detected
searching dependent graphs…