UNPKG

eksi-sozluk

Version:
10 lines (8 loc) 195 B
const AuthError = require('./AuthError') const NotFoundError = require('./NotFoundError') const VoteError = require('./VoteError') module.exports = { AuthError, NotFoundError, VoteError }