U
    #i                     @   sf   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eZdS )c                   @   s   e Zd ZdZdS )FormParserErrorz%Base error class for our form parser.N__name__
__module____qualname____doc__ r   r   \/var/www/html/me.goteku.com/backend/venv/lib/python3.8/site-packages/multipart/exceptions.pyr      s   r   c                   @   s   e Zd ZdZdZdS )
ParseErrorzaThis exception (or a subclass) is raised when there is an error while
    parsing something.
    N)r   r   r   r   offsetr   r   r   r   r	      s   r	   c                   @   s   e Zd ZdZdS )MultipartParseErrorziThis is a specific error that is raised when the MultipartParser detects
    an error while parsing.
    Nr   r   r   r   r   r      s   r   c                   @   s   e Zd ZdZdS )QuerystringParseErrorzkThis is a specific error that is raised when the QuerystringParser
    detects an error while parsing.
    Nr   r   r   r   r   r      s   r   c                   @   s   e Zd ZdZdS )DecodeErrorzThis exception is raised when there is a decoding error - for example
    with the Base64Decoder or QuotedPrintableDecoder.
    Nr   r   r   r   r   r      s   r   c                   @   s   e Zd ZdZdS )	FileErrorz1Exception class for problems with the File class.Nr   r   r   r   r   r   !   s   r   N)
ValueErrorr   r	   r   r   r   OSErrorr   r   r   r   r   <module>   s
   
