Home | History | Annotate | Download | only in python2.7

Lines Matching defs:Error

2217 class Error(Exception):
2220 class NoSuchMailboxError(Error):
2223 class NotEmptyError(Error):
2226 class ExternalClashError(Error):
2229 class FormatError(Error):