| Current Path : /var/www/recommendations/www/node_modules/sequelize/types/errors/ |
| Current File : //var/www/recommendations/www/node_modules/sequelize/types/errors/association-error.d.ts |
import BaseError from './base-error';
/**
* Thrown when an association is improperly constructed (see message for details)
*/
declare class AssociationError extends BaseError {
constructor(message: string);
}
export default AssociationError;