{"version":3,"file":"timeout-error.mjs","names":[],"sources":["../../src/await/timeout-error.ts"],"sourcesContent":["import { BaseError } from \"~/utils/base-error\";\n\n/**\n * Signifies some sort of timeout while waiting for something to complete\n */\nexport class TimeoutError extends BaseError {\n  public constructor(message: string) {\n    super(message);\n  }\n}\n"],"mappings":";;;;;AAKA,IAAa,eAAb,cAAkC,UAAU;CAC1C,YAAmB,SAAiB;AAClC,QAAM,QAAQ"}