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

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