@zuu/owl
Version:
Zuu's Experimental GraphQL Implementation
10 lines • 389 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
class SymbolKeysNotSupportedError extends Error {
constructor() {
super("Symbol keys are not supported yet!");
Object.setPrototypeOf(this, new.target.prototype);
}
}
exports.SymbolKeysNotSupportedError = SymbolKeysNotSupportedError;
//# sourceMappingURL=SymbolKeysNotSupportedError.js.map