/
/
home
/
u523034047
/
domains
/
wasms.shop
/
public_html
/
varified
/
node_modules
/
@hapi
/
hoek
/
lib
Server: in-mum-web1112.main-hosting.eu (62.72.28.111)
You: 216.73.216.60
PHP 8.3.30
Dir:
/home/u523034047/domains/wasms.shop/public_html/varified/node_modules/@hapi/hoek/lib
Edit:
/home/u523034047/domains/wasms.shop/public_html/varified/node_modules/@hapi/hoek/lib/error.js
'use strict'; const Stringify = require('./stringify'); const internals = {}; module.exports = class extends Error { constructor(args) { const msgs = args .filter((arg) => arg !== '') .map((arg) => { return typeof arg === 'string' ? arg : arg instanceof Error ? arg.message : Stringify(arg); }); super(msgs.join(' ') || 'Unknown error'); if (typeof Error.captureStackTrace === 'function') { // $lab:coverage:ignore$ Error.captureStackTrace(this, exports.assert); } } };
Ukuran: 595 B