o
    ñÅ[h¸  ã                   @   sª   d dl Z d dlm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e	e
urAG dd„ dee	e
ƒZn	G dd„ dee
ƒZerQe jZdS eZdS )é    N)ÚPY3c                   @   ó   e Zd ZdZdS )ÚFormParserErrorz%Base error class for our form parser.N©Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r
   r
   ú{/home/ubuntu/experiments/live_experiments/Pythonexperiments/Otree/venv/lib/python3.10/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   1   r   )ÚbinasciiÚsixr   Ú
ValueErrorr   r   r   r   r   ÚIOErrorÚOSErrorr   ÚErrorZBase64ErrorÚ	TypeErrorr
   r
   r
   r   Ú<module>   s    
	
