Skip to content

Commit

Permalink
Fixing FSUIPCException stub to be derived from Exception and to have …
Browse files Browse the repository at this point in the history
…its constructor take a code
  • Loading branch information
tjensen committed Aug 16, 2020
1 parent 10257ae commit e05ab59
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyuipc-stubs/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ SIM_FSX64: int
SIM_P3D64: int


class FSUIPCException:
...
class FSUIPCException(Exception):
def __init__(self, code: int) -> None:
...


class OpaqueData:
Expand Down

0 comments on commit e05ab59

Please sign in to comment.