UNPKG

@tf2pickup-org/mumble-client

Version:
6 lines 195 B
export class CommandTimedOutError extends Error { constructor(commandName) { super(`command ${commandName} has timed out`); } } //# sourceMappingURL=command-timed-out.error.js.map