UNPKG

jsts

Version:

A JavaScript library of spatial predicates and functions for processing geometry

10 lines (9 loc) 186 B
export default class Exception extends Error { constructor(message) { super(message) this.name = Object.keys({ Exception })[0] } toString() { return this.message } }