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

Method constructor

src/utils/imageResizer.ts:38–41  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

36 */
37export class ImageResizeError extends Error {
38 constructor(message: string) {
39 super(message)
40 this.name = 'ImageResizeError'
41 }
42}
43
44/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected