瀏覽代碼

Add TimeoutError

customisations
alemart 1 年之前
父節點
當前提交
f78d92837c
共有 1 個檔案被更改,包括 7 行新增0 行删除
  1. 7
    0
      src/utils/errors.ts

+ 7
- 0
src/utils/errors.ts 查看文件

@@ -76,6 +76,13 @@ export class AccessDeniedError extends MartinsError
76 76
 }
77 77
 
78 78
 /**
79
+ * Timeout
80
+ */
81
+export class TimeoutError extends MartinsError
82
+{
83
+}
84
+
85
+/**
79 86
  * Assertion error
80 87
  */
81 88
 export class AssertionError extends MartinsError

Loading…
取消
儲存