PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/stellar-sdk/node_modules/axios/lib/cancel

Просмотр файла: Cancel.js

'use strict';

/**
 * A `Cancel` is an object that is thrown when an operation is canceled.
 *
 * @class
 * @param {string=} message The message.
 */
function Cancel(message) {
  this.message = message;
}

Cancel.prototype.toString = function toString() {
  return 'Cancel' + (this.message ? ': ' + this.message : '');
};

Cancel.prototype.__CANCEL__ = true;

module.exports = Cancel;

Выполнить команду


Для локальной разработки. Не используйте в интернете!