mirror of
https://github.com/serverless/serverless.git
synced 2025-12-08 19:46:03 +00:00
8 lines
98 B
JavaScript
8 lines
98 B
JavaScript
'use strict'
|
|
|
|
module.exports = class Plugin {
|
|
constructor() {
|
|
throw new Error('Stop')
|
|
}
|
|
}
|