Sindbad~EG File Manager
�
'ٜg� � � � d dl mZ d dlZd dlmZ G d� de� Z G d� de� Z G d� d e� Z G d
� de� Z G d� d
e� Z
G d� de� Zy)� )�annotationsN)�datetimec �, � � e Zd ZdZd� fd�Zdd�Z� xZS )�BadDataz�Raised if bad data of any sort was encountered. This is the base
for all exceptions that ItsDangerous defines.
.. versionadded:: 0.15
c �2 �� t �| � |� || _ y �N)�super�__init__�message)�selfr � __class__s ��;/usr/local/lib/python3.12/site-packages/itsdangerous/exc.pyr
zBadData.__init__ s �� �
����!���� c � � | j S r )r )r s r �__str__zBadData.__str__ s � ��|�|�r )r �str)�returnr )�__name__�
__module__�__qualname__�__doc__r
r �
__classcell__�r
s @r r r s �� ���r r c �&