« get me outta code hell

data, test: wrap property value errors with proper class & cause - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/things/index.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-10-18 14:26:49 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-10-18 14:26:49 -0300
commit645a127bef38c3a7a2ef1b94d23b25fb7bdc4191 (patch)
tree6f9cce852c51dc5f74482b0fba89cfad877437f8 /src/data/things/index.js
parent4e2dae523e7bf8b49272bd6afcba86a8157af4a1 (diff)
data, test: wrap property value errors with proper class & cause
Diffstat (limited to 'src/data/things/index.js')
-rw-r--r--src/data/things/index.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/data/things/index.js b/src/data/things/index.js
index 77e5fa76..4ea1f007 100644
--- a/src/data/things/index.js
+++ b/src/data/things/index.js
@@ -21,7 +21,11 @@ import * as trackClasses from './track.js';
 import * as wikiInfoClasses from './wiki-info.js';
 
 export {default as Thing} from './thing.js';
-export {default as CacheableObject} from './cacheable-object.js';
+
+export {
+  default as CacheableObject,
+  CacheableObjectPropertyValueError,
+} from './cacheable-object.js';
 
 const allClassLists = {
   'album.js': albumClasses,