UNPKG

@themineway/smart-storage-js

Version:

A TS/JS library that provides a smart and easy way to store data

7 lines 245 B
export class UnsupportedSchemaTypeException extends Error { constructor() { super(`Unsupported schema type`); this.name = "UnsupportedSchemaTypeException"; } } //# sourceMappingURL=unsupported-schema-type.exception.js.map