UNPKG

@altostra/core

Version:

Core library for shared types and logic

1 lines 405 B
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.BlueprintResourceNotFoundError=void 0;const TransformError_1=require("./TransformError");class BlueprintResourceNotFoundError extends TransformError_1.TransformError{constructor(r,o){super("Expected resource in Blueprint was not found.",o),this.resourceId=r}}exports.BlueprintResourceNotFoundError=BlueprintResourceNotFoundError;