U
    Hvfw                     @   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                   @   s   e Zd ZdZdS )SpecialFunctionWarningz1Warning that can be emitted by special functions.N__name__
__module____qualname____doc__ r   r   ;/tmp/pip-unpacked-wheel-96ln3f52/scipy/special/_sf_error.pyr      s   r   always)categoryc                   @   s   e Zd ZdZdS )SpecialFunctionErrorz2Exception that can be raised by special functions.Nr   r   r   r   r	   r      s   r   )r   warningsWarningr   simplefilter	Exceptionr   r   r   r   r	   <module>   s   