UNPKG

@mkerkstra/jsts-cjs

Version:

A CommonJS fork of JSTS: A JavaScript library of spatial predicates and functions for processing geometry

8 lines (7 loc) 219 B
import Exception from './Exception.js' export default class IndexOutOfBoundsException extends Exception { constructor(message) { super(message) this.name = Object.keys({ IndexOutOfBoundsException })[0] } }