UNPKG

openapi-metadata

Version:

Auto-Generate OpenAPI specifications from Typescript decorators

10 lines (8 loc) 272 B
class InvalidConfigurationError extends Error { constructor(message) { super(`Invalid configuration: ${message}`); Object.setPrototypeOf(this, new.target.prototype); } } export { InvalidConfigurationError }; //# sourceMappingURL=invalid-configuration.mjs.map