We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 845eaca commit 82a741cCopy full SHA for 82a741c
1 file changed
geoip2/errors.py
@@ -36,6 +36,9 @@ class AddressNotFoundError(GeoIP2Error):
36
37
"""
38
39
+ ip_address: Optional[str]
40
+ _prefix_len: Optional[int]
41
+
42
def __init__(
43
self,
44
message: str,
0 commit comments