diff options
Diffstat (limited to 'third_party/js/PKI.js/src/errors/index.ts')
-rw-r--r-- | third_party/js/PKI.js/src/errors/index.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/js/PKI.js/src/errors/index.ts b/third_party/js/PKI.js/src/errors/index.ts new file mode 100644 index 0000000000..2e40b3f8f7 --- /dev/null +++ b/third_party/js/PKI.js/src/errors/index.ts @@ -0,0 +1,3 @@ +export * from "./ParameterError"; +export * from "./ArgumentError"; +export * from "./AsnError"; |