MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked /

Class

source code/utils/imageResizer.ts:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected