
    	h                    2    d Z ddlmZ  G d de          ZdS )z0
Exceptions factored out to avoid import loops.
    )annotationsc                      e Zd ZdZdS )	DropEventz
    If raised by an processor, the event gets silently dropped.

    Derives from BaseException because it's technically not an error.
    N)__name__
__module____qualname____doc__     a/var/www/html/web-builder-api.evdpl.com/venv/lib/python3.11/site-packages/structlog/exceptions.pyr   r      s           r   r   N)r	   
__future__r   BaseExceptionr   r
   r   r   <module>r      sW     # " " " " "         r   