UNPKG

@zuu/owl

Version:

Zuu's Experimental GraphQL Implementation

10 lines 360 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class ForbiddenError extends Error { constructor() { super("Access denied! You don't have permission for this action!"); Object.setPrototypeOf(this, new.target.prototype); } } exports.ForbiddenError = ForbiddenError; //# sourceMappingURL=ForbiddenError.js.map