UNPKG

@mkerkstra/jsts-cjs

Version:

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

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