UNPKG

contentfully

Version:

A simple but performant REST client for Contentful.

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