aboutsummaryrefslogtreecommitdiff
path: root/typings/twisted/python/failure.pyi
diff options
context:
space:
mode:
Diffstat (limited to 'typings/twisted/python/failure.pyi')
-rw-r--r--typings/twisted/python/failure.pyi5
1 files changed, 5 insertions, 0 deletions
diff --git a/typings/twisted/python/failure.pyi b/typings/twisted/python/failure.pyi
new file mode 100644
index 0000000..dabec96
--- /dev/null
+++ b/typings/twisted/python/failure.pyi
@@ -0,0 +1,5 @@
+class Failure(BaseException):
+ value: Exception
+
+ def raiseException() -> None:
+ ...