TimeoutError.js 89 B

12345
  1. "use strict";
  2. class TimeoutError extends Error {}
  3. exports.TimeoutError = TimeoutError;