2021-04-09 16:10:21 +02:00

8 lines
101 B
JavaScript

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