/snap/core22/2437/usr/lib/python3.10/email/__pycache__
Edit: /snap/core22/2437/usr/lib/python3.10/email/__pycache__/errors.cpython-310.pyc (5850B)
o
p̦ię ć @ s¾ d Z G dd deZG dd deZG dd deZG dd deZG d d
d
eeZG dd deZG d
d deZ G dd de
ZG dd deZG dd deZ
G dd deZG dd deZG dd deZG dd deZeZG dd deZG dd d eZG d!d" d"eZG d#d$ d$eZG d%d& d&eZG d'd( d(eZG d)d* d*eZG d+d, d,eZG d-d. d.eZG d/d0 d0eZG d1d2 d2eZG d3d4 d4eZG d5d6 d6eZd7S )8z email package exception classes.c @ ó e Zd ZdZdS )ŚMessageErrorz+Base class for errors in the email package.N©Ś__name__Ś
__module__Ś__qualname__Ś__doc__© r r ś#/usr/lib/python3.10/email/errors.pyr ó r c @ r )ŚMessageParseErrorz&Base class for message parsing errors.Nr r r r r r r
r c @ r )ŚHeaderParseErrorzError while parsing headers.Nr r r r r r r
r c @ r )Ś
BoundaryErrorz#Couldn't find terminating boundary.Nr r r r r r
r
r
c @ r )ŚMultipartConversionErrorz(Conversion to a multipart is prohibited.Nr r r r r r r
r c @ r )ŚCharsetErrorzAn illegal charset was given.Nr r r r r r r
r c @ r )ŚHeaderWriteErrorzError while writing headers.Nr r r r r r r
r c s" e Zd ZdZd fdd Z ZS )Ś
MessageDefectz Base class for a message defect.Nc s |d ur
t |” || _d S ©N)ŚsuperŚ__init__Śline)Śselfr ©Ś __class__r r r ( s
zMessageDefect.__init__r ©r r r r r Ś
__classcell__r r r r r % s r c @ r )ŚNoBoundaryInMultipartDefectzBA message claimed to be a multipart but had no boundary parameter.Nr r r r r r - r
r c @ r )ŚStartBoundaryNotFoundDefectz+The claimed start boundary was never found.Nr r r r r r 0 r
r c @ r )ŚCloseBoundaryNotFoundDefectzEA start boundary was found, but not the corresponding close boundary.Nr r r r r r 3 r
r c @ r )Ś#FirstHeaderLineIsContinuationDefectz;A message had a continuation line as its first header line.Nr r r r r r 6 r
r c @ r )ŚMisplacedEnvelopeHeaderDefectz?A 'Unix-from' header was found in the middle of a header block.Nr r r r r r 9 r
r c @ r )Ś MissingHeaderBodySeparatorDefectzEFound line with no leading whitespace and no colon before blank line.Nr r r r r r <