o
    5ti                     @   sX   d 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 )zA
.. codeauthor:: Tsuyoshi Hombashi <tsuyoshi.hombashi@gmail.com>
c                   @   s   e Zd ZdS )NotSupportedErrorN)__name__
__module____qualname__ r   r   G/home/ubuntu/.local/lib/python3.10/site-packages/pytablewriter/error.pyr      s    r   c                   @      e Zd ZdZdS )EmptyTableNameErrorz
    Exception raised when a table writer class of the |table_name| attribute
    is null and the class is not accepted null |table_name|.
    Nr   r   r   __doc__r   r   r   r   r   
       r   c                   @   r   )EmptyValueErrorz
    Exception raised when a table writer class of the |value_matrix| attribute
    is null, and the class is not accepted null |value_matrix|.
    Nr	   r   r   r   r   r      r   r   c                   @   r   )EmptyTableDataErrorzq
    Exception raised when a table writer class of the |headers| and
    |value_matrix| attributes are null.
    Nr	   r   r   r   r   r      r   r   c                   @   r   )WriterNotFoundErrorz@
    Exception raised when appropriate loader writer found.
    Nr	   r   r   r   r   r      r   r   N)r
   	Exceptionr   r   r   r   r   r   r   r   r   <module>   s    