TimeoutError.js 89 B

1234567
  1. 'use strict';
  2. class TimeoutError extends Error {}
  3. module.exports = {
  4. TimeoutError
  5. };