File: exceptions.pyi

package info (click to toggle)
gcalcli 4.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,376 kB
  • sloc: python: 4,135; makefile: 10; sh: 7
file content (4 lines) | stat: -rw-r--r-- 174 bytes parent folder | download
1
2
3
4
class GoogleAuthError(Exception): ...
class TransportError(GoogleAuthError): ...
class RefreshError(GoogleAuthError): ...
class DefaultCredentialsError(GoogleAuthError): ...