a
    &wh                     @   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   I/var/www/battlenet.uz/venv/lib/python3.9/site-packages/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   	