initial commit
[squeep-authentication-module] / lib / errors.js
diff --git a/lib/errors.js b/lib/errors.js
new file mode 100644 (file)
index 0000000..98a6f18
--- /dev/null
@@ -0,0 +1,7 @@
+'use strict';
+
+const { Errors } = require('@squeep/api-dingus');
+
+module.exports = {
+  ...Errors,
+};
\ No newline at end of file