Sign in
cobalt
/
cobalt.git
/
04cd6faca4dd5039a1b810e9ba7b7a79e51a781d
/
.
/
src
/
cobalt
/
debug
/
remote
/
devtools
/
node_modules
/
mocha
/
lib
/
pending.js
blob: bb9a5053373ea32e59ce7e86395b2db239f00bdd [
file
]
'use strict'
;
module
.
exports
=
Pending
;
/**
* Initialize a new `Pending` error with the given message.
*
* @param {string} message
*/
function
Pending
(
message
)
{
this
.
message
=
message
;
}