UNPKG

@gameye/sdk

Version:
9 lines 257 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class NotImplemented extends Error { constructor() { super(`not implemented!`); } } exports.NotImplemented = NotImplemented; //# sourceMappingURL=implemented.js.map