fix import

This commit is contained in:
Zai Shi 2025-07-30 14:51:27 -07:00
parent 64b34b1671
commit 3369c3ac78

View File

@ -1,4 +1,4 @@
class ImageProcessingError extends Error {
export class ImageProcessingError extends Error {
constructor(message: string) {
super(message);
this.name = 'ImageProcessingError';