nowjs-core
Version:
NowCanDo Javascript Core [nowjs-core] is a library written by TypeScript code maintains under Apache 2.0 licence
11 lines (10 loc) • 364 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const index_1 = require("./index");
class IndexOutOfRangeException extends index_1.Exception {
constructor(message, innerError) {
super(message, innerError);
this.name = 'IndexOutOfRangeException';
}
}
exports.IndexOutOfRangeException = IndexOutOfRangeException;