@zuu/owl
Version:
Zuu's Experimental GraphQL Implementation
11 lines • 393 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
class GeneratingSchemaError extends Error {
constructor(details) {
super("Generating schema error");
this.details = details;
Object.setPrototypeOf(this, new.target.prototype);
}
}
exports.GeneratingSchemaError = GeneratingSchemaError;
//# sourceMappingURL=GeneratingSchemaError.js.map