| Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/es-toolkit/dist/error/ |
| Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/es-toolkit/dist/error/TimeoutError.js |
'use strict';
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
class TimeoutError extends Error {
constructor(message = 'The operation was timed out') {
super(message);
this.name = 'TimeoutError';
}
}
exports.TimeoutError = TimeoutError;