[Bug #636159] Fix inheritance diagram (DatabaseError is not a subclass of
InterfaceError)
This commit is contained in:
parent
b2761f9cc0
commit
27fe6b1e75
14
pep-0249.txt
14
pep-0249.txt
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue