PHP 8.2.30
Preview: JsonWebTokenError.js Size: 428 B
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/jsonwebtoken/lib/JsonWebTokenError.js

var JsonWebTokenError = function (message, error) {
  Error.call(this, message);
  if(Error.captureStackTrace) {
    Error.captureStackTrace(this, this.constructor);
  }
  this.name = 'JsonWebTokenError';
  this.message = message;
  if (error) this.inner = error;
};

JsonWebTokenError.prototype = Object.create(Error.prototype);
JsonWebTokenError.prototype.constructor = JsonWebTokenError;

module.exports = JsonWebTokenError;

Directory Contents

Dirs: 0 × Files: 8

Name Size Perms Modified Actions
99 B lrw-r--r-- 2026-02-03 15:06:12
Edit Download
428 B lrw-r--r-- 2026-02-03 15:06:14
Edit Download
362 B lrw-r--r-- 2026-02-03 15:06:14
Edit Download
107 B lrw-r--r-- 2026-02-03 15:06:14
Edit Download
99 B lrw-r--r-- 2026-02-03 15:06:16
Edit Download
412 B lrw-r--r-- 2026-02-03 15:06:16
Edit Download
395 B lrw-r--r-- 2026-02-03 15:06:18
Edit Download
2.19 KB lrw-r--r-- 2026-02-03 15:06:18
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).