
    ,h                          G d  de       Z G d de      Z G d de      Z G d de      Z G d d	e      Z G d
 dee      Zy)c                       e Zd ZdZy)FormParserErrorz%Base error class for our form parser.N__name__
__module____qualname____doc__     ]/var/www/html/Resume-Scraper/venv/lib/python3.12/site-packages/python_multipart/exceptions.pyr   r      s    /r
   r   c                       e Zd ZdZdZy)
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     Fr
   r   c                       e Zd ZdZy)MultipartParseErrorziThis is a specific error that is raised when the MultipartParser detects
    an error while parsing.
    Nr   r	   r
   r   r   r          r
   r   c                       e Zd ZdZy)QuerystringParseErrorzkThis is a specific error that is raised when the QuerystringParser
    detects an error while parsing.
    Nr   r	   r
   r   r   r      r   r
   r   c                       e Zd ZdZy)DecodeErrorzThis exception is raised when there is a decoding error - for example
    with the Base64Decoder or QuotedPrintableDecoder.
    Nr   r	   r
   r   r   r      r   r
   r   c                       e Zd ZdZy)	FileErrorz1Exception class for problems with the File class.Nr   r	   r
   r   r   r   !   s    ;r
   r   N)
ValueErrorr   r   r   r   r   OSErrorr   r	   r
   r   <module>r      sO   0j 0 * J * < <r
   