UNPKG

lux-framework

Version:

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

9 lines (7 loc) 233 B
// @flow class DatabaseConfigMissingError extends ReferenceError { constructor(environment: string) { super(`Could not find database config for environment "${environment}".`); } } export default DatabaseConfigMissingError;