UNPKG

jwks-client

Version:

Library to retrieve public keys from a JWKS endpoint

11 lines (9 loc) 315 B
function ArgumentError(message) { Error.call(this, message); Error.captureStackTrace(this, this.constructor); this.name = 'ArgumentError'; this.message = message; } ArgumentError.prototype = Object.create(Error.prototype); ArgumentError.prototype.constructor = ArgumentError; export default ArgumentError;