2024-05-29 11:51:04 -04:00

8 lines
98 B
JavaScript

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