o
    7÷d‚  ã                   @   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eeur8G d
d„ deeeƒZdS G dd„ deeƒZdS )c                   @   ó   e Zd ZdZdS )ÚFormParserErrorz%Base error class for our form parser.N©Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r   r   úkC:\Users\jesus\OneDrive\Desktop\erpjis_fastapi\backend\jisbackend\Lib\site-packages\multipart/exceptions.pyr      ó    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                   @   r   )ÚMultipartParseErrorziThis is a specific error that is raised when the MultipartParser detects
    an error while parsing.
    Nr   r   r   r   r	   r      ó    r   c                   @   r   )ÚQuerystringParseErrorzkThis is a specific error that is raised when the QuerystringParser
    detects an error while parsing.
    Nr   r   r   r   r	   r      r   r   c                   @   r   )ÚDecodeErrorz€This exception is raised when there is a decoding error - for example
    with the Base64Decoder or QuotedPrintableDecoder.
    Nr   r   r   r   r	   r      r   r   c                   @   r   ©Ú	FileErrorz1Exception class for problems with the File class.Nr   r   r   r   r	   r   (   r
   r   c                   @   r   r   r   r   r   r   r	   r   ,   r
   N)	Ú
ValueErrorr   r   r   r   r   ÚIOErrorÚOSErrorr   r   r   r   r	   Ú<module>   s    
	