UNPKG

deep-package-manager

Version:
19 lines (15 loc) 470 B
/** * Created by CCristi on 07/07/16. */ 'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.MissingAccountMicroserviceException = undefined; var _Exception = require('../../../Exception/Exception'); class MissingAccountMicroserviceException extends _Exception.Exception { constructor() { super('Missing "deep-account" microservice'); } } exports.MissingAccountMicroserviceException = MissingAccountMicroserviceException;