{f#dZgdZGddeZGddeeZGddeZGdd eZGd d eZy ) z# Custom exceptions raised by pytz. )UnknownTimeZoneErrorInvalidTimeErrorAmbiguousTimeErrorNonExistentTimeErrorceZdZdZy)Errorz8Base class for all exceptions raised by the pytz libraryN__name__ __module__ __qualname____doc__X/var/lib/jenkins/workspace/mettalog/venv/lib/python3.12/site-packages/pytz/exceptions.pyrr sBrrceZdZdZy)raException raised when pytz is passed an unknown timezone. >>> isinstance(UnknownTimeZoneError(), LookupError) True This class is actually a subclass of KeyError to provide backwards compatibility with code relying on the undocumented behavior of earlier pytz releases. >>> isinstance(UnknownTimeZoneError(), KeyError) True And also a subclass of pytz.exceptions.Error, as are other pytz exceptions. >>> isinstance(UnknownTimeZoneError(), Error) True Nrr rrrrs & rrceZdZdZy)rz'Base class for invalid time exceptions.Nrr rrrr&s1rrceZdZdZy)raXException raised when attempting to create an ambiguous wallclock time. At the end of a DST transition period, a particular wallclock time will occur twice (once before the clocks are set back, once after). Both possibilities may be correct, unless further information is supplied. See DstTzInfo.normalize() for more info Nrr rrrr*srrceZdZdZy)rzException raised when attempting to create a wallclock time that cannot exist. At the start of a DST transition period, the wallclock time jumps forward. The instants jumped over never occur. Nrr rrrr5srrN) r __all__ ExceptionrKeyErrorrrrrr rrrsS  CIC 8U .2u2)+r