
    ~+h                     v    d Z  G d de      Z G d de      Z G d de      Z G d de      Z G d	 d
e      Zy))BundleError
BuildErrorFilterErrorEnvironmentErrorImminentDeprecationWarningc                       e Zd Zy)r   N__name__
__module____qualname__     G/var/www/html/venv/lib/python3.12/site-packages/webassets/exceptions.pyr   r          r   r   c                       e Zd Zy)r   Nr   r   r   r   r   r   	   r   r   r   c                       e Zd Zy)r   Nr   r   r   r   r   r      r   r   r   c                       e Zd Zy)r   Nr   r   r   r   r   r      r   r   r   c                       e Zd ZdZy)r   a  Warning category for deprecated features, since the default
    DeprecationWarning is silenced on Python 2.7+.

    With webassets mainly targeting developers working directly with
    the library, it makes sense to force deprecation warnings on them.
    There should be no end users who will be bothered with them.

    Plus, we tend to remove rather quickly, so it's important devs
    get to see this.
    N)r	   r
   r   __doc__r   r   r   r   r      s    	 	r   r   N)__all__	Exceptionr   r   r   r   Warningr   r   r   r   <module>r      sH   =	y 		) 		 		* 		 	r   