MOON
Server: Apache
System: Linux server30c.hostingraja.org 3.10.0-962.3.2.lve1.5.63.el7.x86_64 #1 SMP Fri Oct 8 12:03:35 UTC 2021 x86_64
User: jibhires (1887)
PHP: 8.1.30
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open, allow_url_fopen, symlink, escapeshellcmd, pcntl_exec
Upload Files
File: //opt/alt/python35/lib/python3.5/site-packages/attr/__pycache__/exceptions.cpython-35.pyc


#IGZQ�@s�ddlmZmZmZGdd�de�ZGdd�de�ZGdd�de�ZGdd	�d	e	�Z
Gd
d�de	�ZdS)
�)�absolute_import�division�print_functionc@s%eZdZdZdZegZdS)�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.pyrsrc@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
rsrc@seZdZdZdS)�NotAnAttrsClassErrorzi
    A non-``attrs`` class has been passed into an ``attrs`` function.

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

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

    .. versionadded:: 17.3.0
    N)rrrr	rrrr
r*srN)Z
__future__rrr�AttributeErrorr�
ValueErrorrr�RuntimeErrorrrrrrr
�<module>s