
    "h                    *    d Z ddlmZ  G d de      Zy)z0
Exceptions factored out to avoid import loops.
    )annotationsc                      e Zd ZdZy)	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__     Q/var/www/html/sandstorm/venv/lib/python3.12/site-packages/structlog/exceptions.pyr   r      s    r   r   N)r	   
__future__r   BaseExceptionr   r
   r   r   <module>r      s    # r   