UNPKG

@cloudinary/url-gen

Version:

You are invited to influence our new SDK [Click here to view github discussion](https://github.com/cloudinary/js-url-gen/discussions/602) =========================

10 lines (9 loc) 273 B
declare class UnsupportedError extends Error { constructor(message?: string); } /** * Creates a new UnsupportedError * @param message */ declare function createUnsupportedError(message: string): UnsupportedError; export { UnsupportedError, createUnsupportedError };