o
    &?ew                     @   s>   d Z ddlZG dd deZejded G dd deZdS )	z@Warnings and Exceptions that can be raised by special functions.    Nc                   @      e Zd ZdZdS )SpecialFunctionWarningz1Warning that can be emitted by special functions.N__name__
__module____qualname____doc__ r	   r	   X/home/www/facesmatcher.com/pyenv/lib/python3.10/site-packages/scipy/special/_sf_error.pyr          r   always)categoryc                   @   r   )SpecialFunctionErrorz2Exception that can be raised by special functions.Nr   r	   r	   r	   r
   r      r   r   )r   warningsWarningr   simplefilter	Exceptionr   r	   r	   r	   r
   <module>   s
    