UNPKG

sussy-util

Version:
9 lines (8 loc) 222 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class IndexOutOfBoundsError extends Error { constructor(cause = "") { super(cause); } } exports.default = IndexOutOfBoundsError;