1.4.0
[squeep-authentication-module] / lib / errors.js
1 'use strict';
2
3 const { Errors } = require('@squeep/api-dingus');
4
5 module.exports = {
6 ...Errors,
7 };