UNPKG

@veecode-platform/safira-cli

Version:

Generate a microservice project from your spec.

11 lines (10 loc) 344 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CommandException = void 0; const safira_exception_1 = require("./safira-exception"); class CommandException extends safira_exception_1.BusinessException { constructor(message) { super(message); } } exports.CommandException = CommandException;