UNPKG

@yamamotok/dataobject

Version:

Decorator based JSON serializer and deserializer.

14 lines 438 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DataObjectError = void 0; const CustomError_1 = require("./CustomError"); /** * A custom error thrown in this `dataobject` library. */ class DataObjectError extends CustomError_1.CustomError { constructor(message) { super(message); } } exports.DataObjectError = DataObjectError; //# sourceMappingURL=DataObjectError.js.map