Explorar el Código

Add TimeoutError

customisations
alemart hace 1 año
padre
commit
f78d92837c
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7
    0
      src/utils/errors.ts

+ 7
- 0
src/utils/errors.ts Ver fichero

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

Loading…
Cancelar
Guardar