UNPKG

kindergarten

Version:

Kindergarten is a JavaScript library which helps programmers to achieve modular security using sandbox pattern

7 lines (5 loc) 170 B
export default function WrongRuleDefinition(message) { this.name = 'WrongRuleDefinition'; this.message = message; } WrongRuleDefinition.prototype = Error.prototype;