Skip to content

Commit

Permalink
Added InterfaceError to pyodbc.pyi. (#1013)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Holder <[email protected]>
  • Loading branch information
bdholder and Benjamin Holder authored Jan 28, 2022
1 parent b1cfb75 commit 7f00778
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pyodbc.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ native_uuid: bool
# https://www.python.org/dev/peps/pep-0249/#exceptions
class Warning(Exception): ...
class Error(Exception): ...
class InterfaceError(Error): ...
class DatabaseError(Error): ...
class DataError(DatabaseError): ...
class OperationalError(DatabaseError): ...
Expand Down

0 comments on commit 7f00778

Please sign in to comment.