UNPKG

lux-framework

Version:

Build scalable, Node.js-powered REST APIs with almost no code.

9 lines (5 loc) 170 B
// @flow import { createServerError } from '../../server'; class UniqueConstraintError extends Error { } export default createServerError(UniqueConstraintError, 409);