UNPKG

@dashevo/dashcore-lib

Version:

A pure and powerful JavaScript Dash library.

13 lines (10 loc) 290 B
function WrongPublicKeyHashError(message) { this.name = this.constructor.name; this.message = message; if (Error.captureStackTrace) { Error.captureStackTrace(this, this.constructor); } else { this.stack = new Error().stack; } } module.exports = WrongPublicKeyHashError;