Replace entire codebase with homarr-labs/homarr
This commit is contained in:
9
packages/old-import/src/import-error.ts
Normal file
9
packages/old-import/src/import-error.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { OldmarrConfig } from "@homarr/old-schema";
|
||||
|
||||
export class OldHomarrImportError extends Error {
|
||||
constructor(oldConfig: OldmarrConfig, cause: unknown) {
|
||||
super(`Failed to import old homarr configuration name=${oldConfig.configProperties.name}`, {
|
||||
cause,
|
||||
});
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user