mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-19 23:09:55 +08:00
[third_party/click] add Exit exception definition (#2880)
This commit is contained in:
+5
@@ -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