U
    >h                     @   s   G d d de ZG dd de ZG dd deZG dd deZG dd	 d	eZG d
d deZ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ZdS )ConsoleErrorzAn error in console operation.N__name__
__module____qualname____doc__ r   r   ;/tmp/pip-unpacked-wheel-zvxvnq2j/pip/_vendor/rich/errors.pyr      s   r   c                   @   s   e Zd ZdZdS )
StyleErrorzAn error in styles.Nr   r   r   r   r   r	      s   r	   c                   @   s   e Zd ZdZdS )StyleSyntaxErrorzStyle was badly formatted.Nr   r   r   r   r   r
   	   s   r
   c                   @   s   e Zd ZdZdS )MissingStylezNo such style.Nr   r   r   r   r   r      s   r   c                   @   s   e Zd ZdZdS )StyleStackErrorzStyle stack is invalid.Nr   r   r   r   r   r      s   r   c                   @   s   e Zd ZdZdS )NotRenderableErrorzObject is not renderable.Nr   r   r   r   r   r      s   r   c                   @   s   e Zd ZdZdS )MarkupErrorzMarkup was badly formatted.Nr   r   r   r   r   r      s   r   c                   @   s   e Zd ZdZdS )	LiveErrorzError related to Live display.Nr   r   r   r   r   r      s   r   c                   @   s   e Zd ZdZdS )NoAltScreenzAlt screen mode was required.Nr   r   r   r   r   r   !   s   r   N)
	Exceptionr   r	   r
   r   r   r   r   r   r   r   r   r   r   <module>   s   