UNPKG

reliance-react-checkbox-tree

Version:

Fork of checkbox tree in React by Jake Zatecky: https://github.com/jakezatecky/react-checkbox-tree.

10 lines (7 loc) 263 B
function CheckboxTreeError(message) { this.message = message; this.stack = Error().stack; } CheckboxTreeError.prototype = Object.create(Error.prototype); CheckboxTreeError.prototype.name = 'CheckboxTreeError'; export default CheckboxTreeError;