summary refs log tree commit diff
path: root/src/util/error.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/error.js')
-rw-r--r--src/util/error.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/error.js b/src/util/error.js

index 5fc454a..9816b65 100644 --- a/src/util/error.js +++ b/src/util/error.js
@@ -1,4 +1,7 @@ export class SafeNSoundError extends Error { + /** + * @param options {SafeNSoundError} + */ constructor(options) { super(); if (typeof options === 'string') {