Add workspace migration orchestrator + refactor builders + view/viewField action builders (#14383)
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
export class WorkspaceMigrationOrchestratorException extends Error {
|
||||
constructor(message = 'Workspace migration orchestrator failed') {
|
||||
super(message);
|
||||
this.name = 'WorkspaceMigrationOrchestratorException';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user