소스 검색

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…
취소
저장