unleash-server
Version:
Unleash is an enterprise ready feature flag service. It provides different strategies for handling feature flags.
7 lines • 304 B
TypeScript
import { UnleashError } from './unleash-error.js';
declare class ContentTypeError extends UnleashError {
statusCode: number;
constructor(acceptedContentTypes: [string, ...string[]], providedContentType?: string);
}
export default ContentTypeError;
//# sourceMappingURL=content-type-error.d.ts.map