| 120 | |
| 121 | |
| 122 | class MessageError: |
| 123 | def __init__(self, exception: Exception, offset: int): |
| 124 | self.exception = exception |
| 125 | self.offset = offset |
| 126 | |
| 127 | |
| 128 | DEFAULT_EDNS_PAYLOAD = 1232 |
no outgoing calls
no test coverage detected
searching dependent graphs…