[Bug #636159] Fix inheritance diagram (DatabaseError is not a subclass of

InterfaceError)
This commit is contained in:
Andrew M. Kuchling 2002-11-13 21:20:45 +00:00
parent b2761f9cc0
commit 27fe6b1e75
1 changed files with 7 additions and 7 deletions

View File

@ -176,13 +176,13 @@ Module Interface
|__Warning
|__Error
|__InterfaceError
|__DatabaseError
|__DataError
|__OperationalError
|__IntegrityError
|__InternalError
|__ProgrammingError
|__NotSupportedError
|__DatabaseError
|__DataError
|__OperationalError
|__IntegrityError
|__InternalError
|__ProgrammingError
|__NotSupportedError
Note: The values of these exceptions are not defined. They should
give the user a fairly good idea of what went wrong, though.