Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
self
/
root
/
opt
/
nodejs-14
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
asn1
/
lib
/
ber
/
//proc/self/root/opt/nodejs-14/usr/lib/node_modules/npm/node_modules/asn1/lib/ber/errors.js
// Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved. module.exports = { newInvalidAsn1Error: function (msg) { var e = new Error(); e.name = 'InvalidAsn1Error'; e.message = msg || ''; return e; } };