UNPKG

@deliverr/serverless-offline-step-functions

Version:

Serverless Offline Plugin to Support Step Functions for Local Development

12 lines (11 loc) 345 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FailExecutorException = void 0; class FailExecutorException extends Error { constructor(message, cause, error) { super(message); this.cause = cause; this.error = error; } } exports.FailExecutorException = FailExecutorException;