Файловый менеджер - Редактировать - /home/freeclou/app.optimyar.com/backend/node_modules/sequelize/lib/errors/base-error.js
Назад
'use strict'; /** * Sequelize provides a host of custom error classes, to allow you to do easier debugging. All of these errors are exposed on the sequelize object and the sequelize constructor. * All sequelize errors inherit from the base JS error object. * * This means that errors can be accessed using `Sequelize.ValidationError` * The Base Error all Sequelize Errors inherit from. */ class BaseError extends Error { constructor(message) { super(message); this.name = 'SequelizeBaseError'; Error.captureStackTrace(this, this.constructor); } } module.exports = BaseError;
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка