OwlCyberSecurity - MANAGER
Edit File: exceptions.pyc
� Q��ac @` s� d d l m Z m Z m Z d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d S( i ( t absolute_importt divisiont print_functiont FrozenErrorc B` s e Z d Z d Z e g Z RS( s� A frozen/immutable instance or attribute have been attempted to be modified. It mirrors the behavior of ``namedtuples`` by using the same error message and subclassing `AttributeError`. .. versionadded:: 20.1.0 s can't set attribute( t __name__t __module__t __doc__t msgt args( ( ( sR /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/attr/exceptions.pyR s t FrozenInstanceErrorc B` s e Z d Z RS( s\ A frozen instance has been attempted to be modified. .. versionadded:: 16.1.0 ( R R R ( ( ( sR /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/attr/exceptions.pyR s t FrozenAttributeErrorc B` s e Z d Z RS( s] A frozen attribute has been attempted to be modified. .. versionadded:: 20.1.0 ( R R R ( ( ( sR /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/attr/exceptions.pyR s t AttrsAttributeNotFoundErrorc B` s e Z d Z RS( sq An ``attrs`` function couldn't find an attribute that the user asked for. .. versionadded:: 16.2.0 ( R R R ( ( ( sR /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/attr/exceptions.pyR % s t NotAnAttrsClassErrorc B` s e Z d Z RS( si A non-``attrs`` class has been passed into an ``attrs`` function. .. versionadded:: 16.2.0 ( R R R ( ( ( sR /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/attr/exceptions.pyR - s t DefaultAlreadySetErrorc B` s e Z d Z RS( s� A default has been set using ``attr.ib()`` and is attempted to be reset using the decorator. .. versionadded:: 17.1.0 ( R R R ( ( ( sR /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/attr/exceptions.pyR 5 s t UnannotatedAttributeErrorc B` s e Z d Z RS( s~ A class with ``auto_attribs=True`` has an ``attr.ib()`` without a type annotation. .. versionadded:: 17.3.0 ( R R R ( ( ( sR /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/attr/exceptions.pyR >