Throw errors
const { Forbidden, GeneralError } = require('@feathersjs/errors');
throw new GeneralError('Lorem ipsom...')Last updated
Was this helpful?
const { Forbidden, GeneralError } = require('@feathersjs/errors');
throw new GeneralError('Lorem ipsom...')Last updated
Was this helpful?