UNPKG

lux-framework

Version:

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

9 lines (7 loc) 201 B
// @flow class ConfigMissingError extends Error { constructor(environment: string) { super(`Database config not found for environment ${environment}.`); } } export default ConfigMissingError;