UNPKG

@pipedream/platform

Version:

Pipedream platform globals (typing and runtime type checking)

9 lines (8 loc) 226 B
export class ConfigurationError extends Error { exposeStack: boolean; constructor(message: string, exposeStack = false) { super(message); this.name = "ConfigurationError"; this.exposeStack = exposeStack; } }