authentik.policies.geoip.exceptions

1from authentik.lib.sentry import SentryIgnoredException
2
3
4class GeoIPNotFoundException(SentryIgnoredException):
5    """Exception raised when an IP is not found in a GeoIP database"""
class GeoIPNotFoundException(authentik.lib.sentry.SentryIgnoredException):
5class GeoIPNotFoundException(SentryIgnoredException):
6    """Exception raised when an IP is not found in a GeoIP database"""

Exception raised when an IP is not found in a GeoIP database