UNPKG

node-insim

Version:

An InSim library for NodeJS with TypeScript support

7 lines (6 loc) 133 B
export class InSimError extends Error { constructor(message) { super(message); this.name = 'InSimError'; } }