UNPKG

@deploystack/docker-to-iac

Version:

Translate docker run and docker compose file to Infrastructure as Code

11 lines (10 loc) 320 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SourceValidationError = void 0; class SourceValidationError extends Error { constructor(message) { super(message); this.name = 'SourceValidationError'; } } exports.SourceValidationError = SourceValidationError;