MCPcopy Create free account
hub / github.com/JoshData/python-email-validator / EmailSyntaxError

Class EmailSyntaxError

email_validator/exceptions.py:6–8  ·  view source on GitHub ↗

Exception raised when an email address fails validation because of its form.

Source from the content-addressed store, hash-verified

4
5
6class EmailSyntaxError(EmailNotValidError):
7 """Exception raised when an email address fails validation because of its form."""
8 pass
9
10
11class EmailUndeliverableError(EmailNotValidError):

Callers 10

unquote_quoted_stringFunction · 0.85
split_emailFunction · 0.85
check_unsafe_charsFunction · 0.85
check_dot_atomFunction · 0.85
validate_email_lengthFunction · 0.85
validate_emailFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected