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) 213 B
import Exception from '../lang/Exception.js' export default class EmptyStackException extends Exception { constructor(message) { super(message) this.name = Object.keys({ EmptyStackException })[0] } }