Browse Source

crate PathAlreadyExistsError class

kaori 4 năm trước cách đây
mục cha
commit
a352ddd364
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      packages/app/src/server/models/errors.ts

+ 3 - 0
packages/app/src/server/models/errors.ts

@@ -0,0 +1,3 @@
+import ExtensibleCustomError from 'extensible-custom-error';
+
+export class PathAlreadyExists extends ExtensibleCustomError {}