MOON
Server: Apache
System: Linux vps.erhabenn.com.br 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64
User: sonne (1011)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: //opt/alt/python38/lib/python3.8/site-packages/attr/__pycache__/exceptions.cpython-38.pyc
U

#IGZQ�@shddlmZmZmZGdd�de�ZGdd�de�ZGdd�de�ZGdd	�d	e	�Z
Gd
d�de	�ZdS)
�)�absolute_import�division�print_functionc@seZdZdZdZegZdS)�FrozenInstanceErrorz�
    A frozen/immutable instance has been attempted to be modified.

    It mirrors the behavior of ``namedtuples`` by using the same error message
    and subclassing :exc:`AttributeError`.

    .. versionadded:: 16.1.0
    zcan't set attributeN)�__name__�
__module__�__qualname__�__doc__�msg�args�rr�/exceptions.pyrsrc@seZdZdZdS)�AttrsAttributeNotFoundErrorzq
    An ``attrs`` function couldn't find an attribute that the user asked for.

    .. versionadded:: 16.2.0
    N�rrrr	rrrr
rsrc@seZdZdZdS)�NotAnAttrsClassErrorzi
    A non-``attrs`` class has been passed into an ``attrs`` function.

    .. versionadded:: 16.2.0
    Nrrrrr
rsrc@seZdZdZdS)�DefaultAlreadySetErrorz�
    A default has been set using ``attr.ib()`` and is attempted to be reset
    using the decorator.

    .. versionadded:: 17.1.0
    Nrrrrr
r!src@seZdZdZdS)�UnannotatedAttributeErrorz~
    A class with ``auto_attribs=True`` has an ``attr.ib()`` without a type
    annotation.

    .. versionadded:: 17.3.0
    Nrrrrr
r*srN)Z
__future__rrr�AttributeErrorr�
ValueErrorrr�RuntimeErrorrrrrrr
�<module>s