UNPKG

@altostra/core

Version:

Core library for shared types and logic

1 lines 366 B
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.InvalidValueFormatError=void 0;const TransformError_1=require("./TransformError");class InvalidValueFormatError extends TransformError_1.TransformError{constructor(r,o){super("The format of a value was invalid.",o),this.resourceId=r}}exports.InvalidValueFormatError=InvalidValueFormatError;