Your IP : 216.73.217.13


Current Path : /home/deltalab/PMS/sms-connector/node_modules/mocha/lib/
Upload File :
Current File : //home/deltalab/PMS/sms-connector/node_modules/mocha/lib/pending.js

'use strict';

/**
 @module Pending
*/

module.exports = Pending;

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