
    tKgw                     d    d Z ddlZ G d de      Z ej                  de        G d de      Zy)	z@Warnings and Exceptions that can be raised by special functions.    Nc                       e Zd ZdZy)SpecialFunctionWarningz1Warning that can be emitted by special functions.N__name__
__module____qualname____doc__     [/home/alanp/www/video.onchill/myenv/lib/python3.12/site-packages/scipy/special/_sf_error.pyr   r      s    ;r   r   always)categoryc                       e Zd ZdZy)SpecialFunctionErrorz2Exception that can be raised by special functions.Nr   r
   r   r   r   r      s    <r   r   )r	   warningsWarningr   simplefilter	Exceptionr   r
   r   r   <module>r      s8    F 	W 	
   h)? @	9 	r   