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