UNPKG

contentfully

Version:

A simple but performant REST client for Contentful.

8 lines 236 B
import { ContentfulError } from "./ContentfulError"; export class ServerError extends ContentfulError { constructor(message) { // call base super(message, ServerError); } } //# sourceMappingURL=ServerError.js.map