UNPKG

@serverless-dev/s

Version:

Serverless devs tool, serverless developer tool, supports Alibaba cloud, AWS, azure, baidu cloud, Huawei cloud, Google cloud and Tencent cloud.

8 lines (6 loc) 218 B
import { ServerlessError } from './serverless-error'; export class PlatformInitError extends ServerlessError { constructor(message: string, params?: any) { super('Initialization failed', message, params); } }