A DNS error has occurred.
| 36 | |
| 37 | @dataclass |
| 38 | class DnsErrorHook(commands.StartHook): |
| 39 | """ |
| 40 | A DNS error has occurred. |
| 41 | """ |
| 42 | |
| 43 | flow: dns.DNSFlow |
| 44 | |
| 45 | |
| 46 | def pack_message( |
no outgoing calls
no test coverage detected
searching dependent graphs…