mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-27 22:31:12 +08:00
[third_party/click] add Exit exception definition (#2880)
This commit is contained in:
5
third_party/2and3/click/exceptions.pyi
vendored
5
third_party/2and3/click/exceptions.pyi
vendored
@@ -89,3 +89,8 @@ class FileError(ClickException):
|
||||
|
||||
class Abort(RuntimeError):
|
||||
...
|
||||
|
||||
|
||||
class Exit(RuntimeError):
|
||||
def __init__(self, code: int = ...) -> None:
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user