UNPKG

contentfully

Version:

A simple but performant REST client for Contentful.

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