UNPKG

electr0lysis

Version:

Simple framework for data serialization and interchange.

9 lines 347 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class PropertyAccessError extends Error { constructor(constructor) { super(`An error occurred while accessing type information of '${constructor.name}'!`); } } exports.default = PropertyAccessError; //# sourceMappingURL=PropertyAccessError.js.map