diff --git a/InconsistentResponseError.js.html b/InconsistentResponseError.js.html index 9011e9f..fdc921d 100644 --- a/InconsistentResponseError.js.html +++ b/InconsistentResponseError.js.html @@ -25,7 +25,7 @@
class InconsistentResponseError extends Error { - constructor(message) { - super(message) - this.name = 'InconsistentResponseError' - } + name = 'InconsistentResponseError' } module.exports = InconsistentResponseError @@ -94,7 +85,7 @@All files InconsistentResponseError.js
+ + + +