connection-timed-out-error.js.map 631 B

12345678
  1. {
  2. "version": 3,
  3. "sources": ["../../../src/errors/connection/connection-timed-out-error.ts"],
  4. "sourcesContent": ["import ConnectionError from '../connection-error';\n\n/**\n * Thrown when a connection to a database times out\n */\nclass ConnectionTimedOutError extends ConnectionError {\n constructor(parent: Error) {\n super(parent);\n this.name = 'SequelizeConnectionTimedOutError';\n }\n}\n\nexport default ConnectionTimedOutError;\n"],
  5. "mappings": ";;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA,8BAA4B;AAK5B,sCAAsC,gCAAgB;AAAA,EACpD,YAAY,QAAe;AACzB,UAAM;AACN,SAAK,OAAO;AAAA;AAAA;AAIhB,IAAO,qCAAQ;",
  6. "names": []
  7. }