Source code for auto_proxy_vpn.providers.google.google_exceptions

[docs] class GoogleAuthException(Exception): def __init__(self, *args): super().__init__(*args)