You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
601 B
7 lines
601 B
{ |
|
"version": 3, |
|
"sources": ["../../src/errors/association-error.ts"], |
|
"sourcesContent": ["import BaseError from './base-error';\n\n/**\n * Thrown when an association is improperly constructed (see message for details)\n */\nclass AssociationError extends BaseError {\n constructor(message: string) {\n super(message);\n this.name = 'SequelizeAssociationError';\n }\n}\n\nexport default AssociationError;\n"], |
|
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA,wBAAsB;AAKtB,+BAA+B,0BAAU;AAAA,EACvC,YAAY,SAAiB;AAC3B,UAAM;AACN,SAAK,OAAO;AAAA;AAAA;AAIhB,IAAO,4BAAQ;", |
|
"names": [] |
|
}
|
|
|