X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=lib%2Ferrors.js;fp=lib%2Ferrors.js;h=98a6f182921185a8f0b4951b4d1439cb4606c76a;hb=dd173e6b450cbba8100883514610c9fde83d050a;hp=0000000000000000000000000000000000000000;hpb=7442dd9aef45fe74dc7abe4d111c734068ef2f7d;p=squeep-authentication-module diff --git a/lib/errors.js b/lib/errors.js new file mode 100644 index 0000000..98a6f18 --- /dev/null +++ b/lib/errors.js @@ -0,0 +1,7 @@ +'use strict'; + +const { Errors } = require('@squeep/api-dingus'); + +module.exports = { + ...Errors, +}; \ No newline at end of file