Your IP : 216.73.216.40


Current Path : /var/www/html/test/wetty2/node_modules/mocha/lib/
Upload File :
Current File : /var/www/html/test/wetty2/node_modules/mocha/lib/pending.js

'use strict';

module.exports = Pending;

/**
 * Initialize a new `Pending` error with the given message.
 *
 * @param {string} message
 */
function Pending(message) {
  this.message = message;
}