2021-02-19 20:43:32 +01:00

8 lines
101 B
JavaScript

'use strict';
module.exports = class Plugin {
constructor() {
throw new Error('Stop');
}
};