MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / Error

Class Error

tests/test_code/py/pytz/exceptions.py:11–12  ·  view source on GitHub ↗

Base class for all exceptions raised by the pytz library

Source from the content-addressed store, hash-verified

9
10
11class Error(Exception):
12 '''Base class for all exceptions raised by the pytz library'''
13
14
15class UnknownTimeZoneError(KeyError, Error):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected