update
This commit is contained in:
4
.CondaPkg/env/Lib/email/errors.py
vendored
4
.CondaPkg/env/Lib/email/errors.py
vendored
@@ -29,6 +29,10 @@ class CharsetError(MessageError):
|
||||
"""An illegal charset was given."""
|
||||
|
||||
|
||||
class HeaderWriteError(MessageError):
|
||||
"""Error while writing headers."""
|
||||
|
||||
|
||||
# These are parsing defects which the parser was able to work around.
|
||||
class MessageDefect(ValueError):
|
||||
"""Base class for a message defect."""
|
||||
|
||||
Reference in New Issue
Block a user