Skip to content

TimeoutError

一个表示超时的错误类。

当像 timeoutwithTimeout 这样的操作超时时,会发生此错误。

接口

typescript
class TimeoutError extends Error {
  name = 'TimeoutError',
}

采用 MIT 许可证发布。