CasperSecurity

Current Path : /var/www/hrms.uiet.co.in/node_modules/webpack/lib/serialization/
Upload File :
Current File : /var/www/hrms.uiet.co.in/node_modules/webpack/lib/serialization/ErrorObjectSerializer.js

/*
	MIT License http://www.opensource.org/licenses/mit-license.php
*/

"use strict";

class ErrorObjectSerializer {
	constructor(Type) {
		this.Type = Type;
	}

	serialize(obj, { write }) {
		write(obj.message);
		write(obj.stack);
	}

	deserialize({ read }) {
		const err = new this.Type();

		err.message = read();
		err.stack = read();

		return err;
	}
}

module.exports = ErrorObjectSerializer;
Hacker Blog, Shell İndir, Sql İnjection, XSS Attacks, LFI Attacks, Social Hacking, Exploit Bot, Proxy Tools, Web Shell, PHP Shell, Alfa Shell İndir, Hacking Training Set, DDoS Script, Denial Of Service, Botnet, RFI Attacks, Encryption
Telegram @BIBIL_0DAY