mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
fix import
This commit is contained in:
parent
64b34b1671
commit
3369c3ac78
@ -1,4 +1,4 @@
|
||||
class ImageProcessingError extends Error {
|
||||
export class ImageProcessingError extends Error {
|
||||
constructor(message: string) {
|
||||
super(message);
|
||||
this.name = 'ImageProcessingError';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user