o
    h                     @   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   G/var/www/vip_panel/venv/lib/python3.10/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                   @      e Zd ZdZdS )ConfigErrorz" Exception raised on config error Nr   r   r   __doc__r   r   r   r   r          r   c                   @   r   )AppImportErrorz. Exception raised when loading an application Nr   r   r   r   r   r      r   r   N)BaseExceptionr   	Exceptionr   r   r   r   r   r   <module>   s   	