Uname: Linux premium294.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
Software: LiteSpeed
PHP version: 8.1.32 [ PHP INFO ] PHP os: Linux
Server Ip: 104.21.16.1
Your Ip: 216.73.216.223
User: mjbynoyq (1574) | Group: mjbynoyq (1570)
Safe Mode: OFF
Disable Function:
NONE

name : exceptions.cpython-37.pyc
B

6��X5�@sTdZddddgZGdd�de�ZGdd�de�ZGdd�de�ZGdd�de�Zd	S)
z#
Custom exceptions raised by pytz.
�UnknownTimeZoneError�InvalidTimeError�AmbiguousTimeError�NonExistentTimeErrorc@seZdZdZdS)rafException 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
    N)�__name__�
__module__�__qualname__�__doc__�r	r	�@/opt/alt/python37/lib/python3.7/site-packages/pytz/exceptions.pyrsc@seZdZdZdS)rz'Base class for invalid time exceptions.N)rrrrr	r	r	r
rsc@seZdZdZdS)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
    N)rrrrr	r	r	r
rsc@seZdZdZdS)rz�Exception 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.
    N)rrrrr	r	r	r
r*sN)r�__all__�KeyErrorr�	Exceptionrrrr	r	r	r
�<module>s
© 2025 XylotrechusZ