DefinitelyTyped/types/sequelize
TANAKA Koichi a609728f56 sequelize: fix inheritance of UniqueConstraintError class.
UniqueConstraintError class is subclass of ValidationError in both of
v3 and v4(current).

authorities:
for v4
http://docs.sequelizejs.com/class/lib/errors/index.js~UniqueConstraintError.html
for v3 (official doc is wrong.)
https://github.com/sequelize/sequelize/blob/v3/lib/errors.js#L153
2017-05-15 14:23:18 +09:00
..
v3 sequelize: fix inheritance of UniqueConstraintError class. 2017-05-15 14:23:18 +09:00
index.d.ts sequelize: fix inheritance of UniqueConstraintError class. 2017-05-15 14:23:18 +09:00
sequelize-tests.ts sequelize: fix inheritance of UniqueConstraintError class. 2017-05-15 14:23:18 +09:00
tsconfig.json