@brandazm/dynamic-permissions
Version:
A flexible and powerful permissions management system for NestJS applications with built-in security features
11 lines • 377 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RoleHierarchyException = void 0;
class RoleHierarchyException extends Error {
constructor(message) {
super(message);
this.name = 'RoleHierarchyException';
}
}
exports.RoleHierarchyException = RoleHierarchyException;
//# sourceMappingURL=role-hierarchy.exception.js.map