()
| 676 | |
| 677 | export class StorageKeyRequiredError extends LocalStorageCollectionError { |
| 678 | constructor() { |
| 679 | super(`[LocalStorageCollection] storageKey must be provided.`) |
| 680 | } |
| 681 | } |
| 682 | |
| 683 | export class InvalidStorageDataFormatError extends LocalStorageCollectionError { |
nothing calls this directly
no outgoing calls
no test coverage detected