U
    ‰d—  ã                   @   s4   G d d„ de ƒZG dd„ deƒZG dd„ deƒZdS )c                   @   s   e Zd Zddd„Zdd„ ZdS )Ú
HaltServeré   c                 C   s   || _ || _d S )N©ÚreasonÚexit_status)Úselfr   r   © r   ú3/tmp/pip-unpacked-wheel-1tw_qy24/gunicorn/errors.pyÚ__init__   s    zHaltServer.__init__c                 C   s   d| j | jf S )Nz<HaltServer %r %d>r   )r   r   r   r   Ú__str__   s    zHaltServer.__str__N)r   )Ú__name__Ú
__module__Ú__qualname__r	   r
   r   r   r   r   r      s   
r   c                   @   s   e Zd ZdZdS )ÚConfigErrorz" Exception raised on config error N©r   r   r   Ú__doc__r   r   r   r   r      s   r   c                   @   s   e Zd ZdZdS )ÚAppImportErrorz. Exception raised when loading an application Nr   r   r   r   r   r      s   r   N)ÚBaseExceptionr   Ú	Exceptionr   r   r   r   r   r   Ú<module>   s   	