UNPKG

dina-agi

Version:

DINA AGI - Dynamic Intelligence Network Architecture. 128 Autonomous Agents with Claude Flow, Swarms, and 300+ MCPs. True AGI System.

11 lines (9 loc) 347 B
function JwksRateLimitError(message) { Error.call(this, message); Error.captureStackTrace(this, this.constructor); this.name = 'JwksRateLimitError'; this.message = message; } JwksRateLimitError.prototype = Object.create(Error.prototype); JwksRateLimitError.prototype.constructor = JwksRateLimitError; module.exports = JwksRateLimitError;