UNPKG

@mann-conomy/tf-particle-effects

Version:

A Node.js wrapper for Team Fortress 2's in-game particle effects.

10 lines 279 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class NotFoundError extends Error { constructor(message) { super(message); this.name = "NotFoundError"; } } exports.default = NotFoundError; //# sourceMappingURL=not-found.js.map