UNPKG

node-red-contrib-tak-registration

Version:

A Node-RED node to register to TAK and to help wrap files as datapackages to send to TAK

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