In <jobua0$m3f$1...@reader1.panix.com> John Gordon <gor...@panix.com> writes:

> class QuestionTooShortError(NetIDAppsError):
>     """User entered a security question which is too short."""
>     pass

> class QuestionTooLongError(NetIDAppsError):
>     """User entered a security question which is too long."""
>     pass

Oops!  These classes inherit from ApplicationException, not NetIDAppsError.

-- 
John Gordon                   A is for Amy, who fell down the stairs
gor...@panix.com              B is for Basil, assaulted by bears
                                -- Edward Gorey, "The Gashlycrumb Tinies"

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to