Your IP : 216.73.216.52


Current Path : /var/www/fidelitychain/www/node_modules/sequelize/types/errors/
Upload File :
Current File : /var/www/fidelitychain/www/node_modules/sequelize/types/errors/instance-error.d.ts

import BaseError from './base-error';
/**
 * Thrown when a some problem occurred with Instance methods (see message for details)
 */
declare class InstanceError extends BaseError {
    constructor(message: string);
}
export default InstanceError;