UNPKG

mgm

Version:

My generic modules

6 lines (5 loc) 157 B
module.exports = class InvocationHandler { invoke() { throw new Error(`The class ${this.constructor.name} must overwrite the method 'invoke'`); } }