MCPcopy Create free account
hub / github.com/freecodexyz/free-code /

Class

src/utils/imageResizer.ts:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 * Error thrown when image resizing fails and the image exceeds the API limit.
36 */
37export class ImageResizeError extends Error {
38 constructor(message: string) {
39 super(message)
40 this.name = 'ImageResizeError'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected